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

Also pass the new parameter of runner_do_ghost in test125cells.c

parent 74e58db7
No related branches found
No related tags found
No related merge requests found
......@@ -617,7 +617,7 @@ int main(int argc, char *argv[]) {
#endif
/* Ghost to finish everything on the central cells */
for (int j = 0; j < 27; ++j) runner_do_ghost(&runner, inner_cells[j]);
for (int j = 0; j < 27; ++j) runner_do_ghost(&runner, inner_cells[j], 0);
/* Do the force calculation */
#if !(defined(MINIMAL_SPH) && defined(WITH_VECTORIZATION))
......@@ -704,7 +704,7 @@ int main(int argc, char *argv[]) {
#endif
/* Ghost to finish everything on the central cells */
for (int j = 0; j < 27; ++j) runner_do_ghost(&runner, inner_cells[j]);
for (int j = 0; j < 27; ++j) runner_do_ghost(&runner, inner_cells[j], 0);
/* Do the force calculation */
#if !(defined(MINIMAL_SPH) && defined(WITH_VECTORIZATION))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment