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
fb49f1ee
Commit
fb49f1ee
authored
Nov 07, 2016
by
Matthieu Schaller
Browse files
Also pass the new parameter of runner_do_ghost in test125cells.c
parent
74e58db7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test125cells.c
View file @
fb49f1ee
...
...
@@ -617,7 +617,7 @@ int main(int argc, char *argv[]) {
#endif
/* Ghost to finish everything on the central cells */
for
(
int
j
=
0
;
j
<
27
;
++
j
)
runner_do_ghost
(
&
runner
,
inner_cells
[
j
]);
for
(
int
j
=
0
;
j
<
27
;
++
j
)
runner_do_ghost
(
&
runner
,
inner_cells
[
j
]
,
0
);
/* Do the force calculation */
#if !(defined(MINIMAL_SPH) && defined(WITH_VECTORIZATION))
...
...
@@ -704,7 +704,7 @@ int main(int argc, char *argv[]) {
#endif
/* Ghost to finish everything on the central cells */
for
(
int
j
=
0
;
j
<
27
;
++
j
)
runner_do_ghost
(
&
runner
,
inner_cells
[
j
]);
for
(
int
j
=
0
;
j
<
27
;
++
j
)
runner_do_ghost
(
&
runner
,
inner_cells
[
j
]
,
0
);
/* Do the force calculation */
#if !(defined(MINIMAL_SPH) && defined(WITH_VECTORIZATION))
...
...
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