Skip to content
Snippets Groups Projects
Commit da090505 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Cleaning

parent 5deb864a
No related branches found
No related tags found
No related merge requests found
openfpm_data @ 21a5f6ee
Subproject commit a7cce19305d224ab9195683295a42a509fac0787
Subproject commit 21a5f6ee7bf426ad13106a26f581b788b8c7c95d
openfpm_devices @ 0973c093
Subproject commit f46e31235688bd15c2a808ba7aa1bd413908bb8a
Subproject commit 0973c09344b9c814bb6efa30938e3608dd55feb3
......@@ -14,7 +14,6 @@
#include "Vector/vector_dist_iterator.hpp"
#include "Space/Shape/Box.hpp"
#include "Vector/vector_dist_key.hpp"
#include "memory/PreAllocHeapMemory.hpp"
#include "memory/PtrMemory.hpp"
#include "NN/CellList/CellList.hpp"
#include "NN/CellList/CellListFast_hilb.hpp"
......
......@@ -166,33 +166,6 @@ class vector_dist_comm
return end_id;
}
/*! \brief It store for each processor the position and properties vector of the particles
*
* This structure is used in the map function
*
*/
struct pos_prop
{
//! position vector
openfpm::vector<Point<dim, St>, PreAllocHeapMemory<2>, typename memory_traits_lin<Point<dim, St>>::type, memory_traits_lin, openfpm::grow_policy_identity> pos;
//! properties vector
openfpm::vector<prop, PreAllocHeapMemory<2>, typename memory_traits_lin<prop>::type, memory_traits_lin, openfpm::grow_policy_identity> prp;
};
/*! \brief for each processor store 2 vector containing the sending buffers
*
* This structure is used in the map_list function
*
*/
template <typename sel_prop>
struct pos_prop_sel
{
//! position vector
openfpm::vector<Point<dim, St>, PreAllocHeapMemory<2>, typename memory_traits_lin<Point<dim, St>>::type, memory_traits_lin, openfpm::grow_policy_identity> pos;
//! properties vector
openfpm::vector<sel_prop, PreAllocHeapMemory<2>, typename memory_traits_lin<sel_prop>::type, memory_traits_lin, openfpm::grow_policy_identity> prp;
};
//! Flags that indicate that the function createShiftBox() has been called
bool is_shift_box_created = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment