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

Small policy fix

parent e88712dc
No related branches found
No related tags found
No related merge requests found
......@@ -846,7 +846,8 @@ public:
typedef openfpm::vector<prp_object> send_vector;
// reset the ghost part
v_pos.resize(g_m);
if (opt != NO_POSITION)
v_pos.resize(g_m);
v_prp.resize(g_m);
// Label all the particles
......
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