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
89c0e00e
Commit
89c0e00e
authored
Oct 13, 2018
by
Matthieu Schaller
Browse files
Set the correct task action for the long-range gravity task.
parent
10f784f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/task.c
View file @
89c0e00e
...
...
@@ -176,13 +176,13 @@ __attribute__((always_inline)) INLINE static enum task_actions task_acts_on(
case
task_type_init_grav
:
case
task_type_grav_mm
:
case
task_type_grav_long_range
:
return
task_action_multipole
;
break
;
case
task_type_drift_gpart
:
case
task_type_grav_down
:
case
task_type_grav_mesh
:
case
task_type_grav_long_range
:
return
task_action_gpart
;
break
;
...
...
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