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

Code formatting

parent 7cf23052
No related branches found
No related tags found
1 merge request!327Rebuild criteria
File changed. Contains only whitespace changes. Show whitespace changes.
File changed. Contains only whitespace changes. Show whitespace changes.
...@@ -47,14 +47,26 @@ ...@@ -47,14 +47,26 @@
#include "lock.h" #include "lock.h"
/* Task type names. */ /* Task type names. */
const char *taskID_names[task_type_count] = { const char *taskID_names[task_type_count] = {"none",
"none", "sort", "self", "sort",
"pair", "sub_self", "sub_pair", "self",
"init_grav", "ghost", "pair",
"extra_ghost", "drift", "kick1", "sub_self",
"kick2", "timestep", "send", "sub_pair",
"recv", "grav_top_level", "grav_long_range", "init_grav",
"grav_mm", "grav_down", "cooling", "ghost",
"extra_ghost",
"drift",
"kick1",
"kick2",
"timestep",
"send",
"recv",
"grav_top_level",
"grav_long_range",
"grav_mm",
"grav_down",
"cooling",
"sourceterms"}; "sourceterms"};
/* Sub-task type names. */ /* Sub-task type names. */
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment