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
e15d6dbf
Commit
e15d6dbf
authored
May 31, 2017
by
Matthieu Schaller
Browse files
Also use the DOPAIR branching function for gizmo's extra loop
parent
c1a698ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
e15d6dbf
...
...
@@ -1822,7 +1822,7 @@ void *runner_main(void *data) {
runner_dopair1_branch_density
(
r
,
ci
,
cj
);
#ifdef EXTRA_HYDRO_LOOP
else
if
(
t
->
subtype
==
task_subtype_gradient
)
runner_dopair1_gradient
(
r
,
ci
,
cj
);
runner_dopair1_
branch_
gradient
(
r
,
ci
,
cj
);
#endif
else
if
(
t
->
subtype
==
task_subtype_force
)
runner_dopair2_force
(
r
,
ci
,
cj
);
...
...
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