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
21f12a9e
Commit
21f12a9e
authored
Dec 18, 2017
by
Matthieu Schaller
Browse files
Call the self1 branching function for the gradient loop as well. Not just for the density loop.
parent
82b05809
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
21f12a9e
...
...
@@ -1939,7 +1939,7 @@ void *runner_main(void *data) {
runner_doself1_branch_density
(
r
,
ci
);
#ifdef EXTRA_HYDRO_LOOP
else
if
(
t
->
subtype
==
task_subtype_gradient
)
runner_doself1_gradient
(
r
,
ci
);
runner_doself1_
branch_
gradient
(
r
,
ci
);
#endif
else
if
(
t
->
subtype
==
task_subtype_force
)
runner_doself2_branch_force
(
r
,
ci
);
...
...
Write
Preview
Markdown
is supported
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