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

formatting.

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