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

Fixing Multiphase Cell-list and verlet list

parent 7ab4e5da
No related branches found
No related tags found
No related merge requests found
......@@ -1210,6 +1210,16 @@ public:
return v_pos;
}
/*! \brief return the position vector of all the particles
*
* \return the particle position vector
*
*/
openfpm::vector<Point<dim,St>> & getPosVector()
{
return v_pos;
}
/*! \brief It return the sum of the particles in the previous processors
*
* \return the particles number
......
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