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

Also use the DOPAIR branching function for gizmo's extra loop

parent c1a698ca
Branches
Tags
1 merge request!350Test periodic bc
......@@ -1822,7 +1822,7 @@ void *runner_main(void *data) {
runner_dopair1_branch_density(r, ci, cj);
#ifdef EXTRA_HYDRO_LOOP
else if (t->subtype == task_subtype_gradient)
runner_dopair1_gradient(r, ci, cj);
runner_dopair1_branch_gradient(r, ci, cj);
#endif
else if (t->subtype == task_subtype_force)
runner_dopair2_force(r, ci, cj);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment