From fb49f1ee4195d2a9ff805d0f314eff135874f811 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Mon, 7 Nov 2016 12:07:37 +0000 Subject: [PATCH] Also pass the new parameter of runner_do_ghost in test125cells.c --- tests/test125cells.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test125cells.c b/tests/test125cells.c index d423efba3f..bb92d8e4b0 100644 --- a/tests/test125cells.c +++ b/tests/test125cells.c @@ -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)) -- GitLab