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
81265160
Commit
81265160
authored
Jul 06, 2017
by
Pedro Gonnet
Browse files
formatting.
parent
48e3b951
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner.c
View file @
81265160
...
...
@@ -1523,8 +1523,7 @@ void runner_do_recv_part(struct runner *r, struct cell *c, int timer) {
float
h_max
=
0
.
f
;
#ifdef SWIFT_DEBUG_CHECKS
if
(
c
->
nodeID
==
engine_rank
)
error
(
"Updating a local cell!"
);
if
(
c
->
nodeID
==
engine_rank
)
error
(
"Updating a local cell!"
);
#endif
/* If this cell is a leaf, collect the particle data. */
...
...
@@ -1604,8 +1603,7 @@ void runner_do_recv_gpart(struct runner *r, struct cell *c, int timer) {
timebin_t
time_bin_max
=
0
;
#ifdef SWIFT_DEBUG_CHECKS
if
(
c
->
nodeID
==
engine_rank
)
error
(
"Updating a local cell!"
);
if
(
c
->
nodeID
==
engine_rank
)
error
(
"Updating a local cell!"
);
#endif
/* If this cell is a leaf, collect the particle data. */
...
...
@@ -1682,8 +1680,7 @@ void runner_do_recv_spart(struct runner *r, struct cell *c, int timer) {
timebin_t
time_bin_max
=
0
;
#ifdef SWIFT_DEBUG_CHECKS
if
(
c
->
nodeID
==
engine_rank
)
error
(
"Updating a local cell!"
);
if
(
c
->
nodeID
==
engine_rank
)
error
(
"Updating a local cell!"
);
#endif
/* If this cell is a leaf, collect the particle data. */
...
...
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