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

Call the self1 branching function for the gradient loop as well. Not just for the density loop.

parent 82b05809
Branches
Tags
No related merge requests found
......@@ -1939,7 +1939,7 @@ void *runner_main(void *data) {
runner_doself1_branch_density(r, ci);
#ifdef EXTRA_HYDRO_LOOP
else if (t->subtype == task_subtype_gradient)
runner_doself1_gradient(r, ci);
runner_doself1_branch_gradient(r, ci);
#endif
else if (t->subtype == task_subtype_force)
runner_doself2_branch_force(r, ci);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment