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

Set the correct task action for the long-range gravity task.

parent 10f784f7
No related branches found
No related tags found
1 merge request!632Add functions to permanently remove particles from a simulation
......@@ -176,13 +176,13 @@ __attribute__((always_inline)) INLINE static enum task_actions task_acts_on(
case task_type_init_grav:
case task_type_grav_mm:
case task_type_grav_long_range:
return task_action_multipole;
break;
case task_type_drift_gpart:
case task_type_grav_down:
case task_type_grav_mesh:
case task_type_grav_long_range:
return task_action_gpart;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment