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

Fix task name.

parent 1d0f4173
No related branches found
No related tags found
1 merge request!60Parallel scheduler
...@@ -46,7 +46,7 @@ const char *taskID_names[task_type_count] = { ...@@ -46,7 +46,7 @@ const char *taskID_names[task_type_count] = {
"none", "sort", "self", "pair", "sub", "none", "sort", "self", "pair", "sub",
"ghost", "kick1", "kick2", "send", "recv", "ghost", "kick1", "kick2", "send", "recv",
"link", "grav_pp", "grav_mm", "grav_up", "grav_down", "link", "grav_pp", "grav_mm", "grav_up", "grav_down",
"wait"}; "rewait"};
/** /**
* @brief Unlock the cell held by this task. * @brief Unlock the cell held by this task.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment