Skip to content
Snippets Groups Projects
Commit aedde1a8 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Move new subtypes to after count and name them

parent 43d8be2d
No related branches found
No related tags found
2 merge requests!304Star particle infrastructure,!303MPI send/recv fixes for inactive cells
......@@ -55,7 +55,8 @@ const char *taskID_names[task_type_count] = {
"sourceterms"};
const char *subtaskID_names[task_subtype_count] = {
"none", "density", "gradient", "force", "grav", "external_grav", "tend"};
"none", "density", "gradient", "force", "grav", "external_grav", "tend",
"xv", "rho"};
/**
* @brief Computes the overlap between the parts array of two given cells.
......
......@@ -71,9 +71,9 @@ enum task_subtypes {
task_subtype_grav,
task_subtype_external_grav,
task_subtype_tend,
task_subtype_count,
task_subtype_xv,
task_subtype_rho
task_subtype_rho,
task_subtype_count
} __attribute__((packed));
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment