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

Time the FOF tasks in their own category

parent 11a1077c
No related branches found
No related tags found
1 merge request!1048Atomic gravity and time-step limiter
...@@ -1270,6 +1270,10 @@ enum task_categories task_get_category(const struct task *t) { ...@@ -1270,6 +1270,10 @@ enum task_categories task_get_category(const struct task *t) {
case task_type_end_grav_force: case task_type_end_grav_force:
return task_category_gravity; return task_category_gravity;
case task_type_fof_self:
case task_type_fof_pair:
return task_category_fof;
case task_type_self: case task_type_self:
case task_type_pair: case task_type_pair:
case task_type_sub_self: case task_type_sub_self:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment