Skip to content
Snippets Groups Projects
Commit 8fb1bdf0 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

fix missing task name, lost during merge with master.

parent ab7ffe55
No related branches found
No related tags found
1 merge request!176Tasks cleanup
...@@ -47,12 +47,13 @@ ...@@ -47,12 +47,13 @@
/* Task type names. */ /* Task type names. */
const char *taskID_names[task_type_count] = { const char *taskID_names[task_type_count] = {
"none", "sort", "self", "pair", "sub", "init", "none", "sort", "self", "pair", "sub",
"ghost", "drift", "kick", "send", "recv", "grav_pp", "init", "ghost", "drift", "kick", "kick_fixdt",
"grav_mm", "grav_up", "grav_down", "grav_external", "comm_root"}; "send", "recv", "grav_pp", "grav_mm", "grav_up",
"grav_down", "grav_external", "comm_root"};
const char *subtaskID_names[task_type_count] = {"none", "density", "force", const char *subtaskID_names[task_type_count] = {"none", "density",
"grav"}; "force", "grav"};
/** /**
* @brief Computes the overlap between the parts array of two given cells. * @brief Computes the overlap between the parts array of two given cells.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment