Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
cc95ff35
Commit
cc95ff35
authored
Mar 23, 2020
by
Matthieu Schaller
Browse files
Time the FOF tasks in their own category
parent
11a1077c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/task.c
View file @
cc95ff35
...
...
@@ -1270,6 +1270,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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment