Skip to content
GitLab
Menu
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
8f5da47d
Commit
8f5da47d
authored
May 25, 2020
by
Matthieu Schaller
Browse files
Count the time spent in the FOF tasks in the correct category.
parent
4f09439f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/task.c
View file @
8f5da47d
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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