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

Add a new task type for the drifting of sparts.

parent 0677c7fb
No related branches found
No related tags found
2 merge requests!745Rewrite of MPI loops - Add stellar feedback loops,!744Mpi stars2 matthieu
......@@ -61,6 +61,7 @@ const char *taskID_names[task_type_count] = {"none",
"ghost_out",
"extra_ghost",
"drift_part",
"drift_spart",
"drift_gpart",
"drift_gpart_out",
"end_force",
......
......@@ -52,6 +52,7 @@ enum task_types {
task_type_ghost_out, /* Implicit */
task_type_extra_ghost,
task_type_drift_part,
task_type_drift_spart,
task_type_drift_gpart,
task_type_drift_gpart_out, /* Implicit */
task_type_end_force,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment