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

Count the time spent in the FOF tasks in the correct category.

parent 4f09439f
No related branches found
No related tags found
No related merge requests found
......@@ -1361,6 +1361,10 @@ enum task_categories task_get_category(const struct task *t) {
case task_type_end_grav_force:
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_pair:
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