Skip to content
Snippets Groups Projects
Commit d615de72 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fix missing change to a call to engine_allocate_foreign_particles() in the VR invokation call

parent 684d023b
No related branches found
No related tags found
No related merge requests found
...@@ -393,7 +393,7 @@ void engine_check_for_dumps(struct engine *e) { ...@@ -393,7 +393,7 @@ void engine_check_for_dumps(struct engine *e) {
if ((e->policy & engine_policy_self_gravity) && e->s->periodic) if ((e->policy & engine_policy_self_gravity) && e->s->periodic)
pm_mesh_allocate(e->mesh); pm_mesh_allocate(e->mesh);
#ifdef WITH_MPI #ifdef WITH_MPI
engine_allocate_foreign_particles(e); engine_allocate_foreign_particles(e, /*fof=*/0);
#endif #endif
/* ... and find the next output time */ /* ... and find the next output time */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment