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
a8943bf7
Commit
a8943bf7
authored
Nov 28, 2018
by
Loic Hausammann
Browse files
Fix name
parent
54a5c390
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_stars.h
View file @
a8943bf7
...
...
@@ -1067,13 +1067,13 @@ void DOPAIR1_BRANCH_STARS(struct runner *r, struct cell *ci, struct cell *cj) {
#ifdef SWIFT_DEBUG_CHECKS
if
(
do_ci
)
{
RUNNER_CHECK_SORT
_STARS
(
hydro
,
part
,
cj
,
ci
,
sid
);
RUNNER_CHECK_SORT
_STARS
(
stars
,
spart
,
ci
,
cj
,
sid
);
RUNNER_CHECK_SORT
(
hydro
,
part
,
cj
,
ci
,
sid
);
RUNNER_CHECK_SORT
(
stars
,
spart
,
ci
,
cj
,
sid
);
}
if
(
do_cj
)
{
RUNNER_CHECK_SORT
_STARS
(
hydro
,
part
,
ci
,
cj
,
sid
);
RUNNER_CHECK_SORT
_STARS
(
stars
,
spart
,
cj
,
ci
,
sid
);
RUNNER_CHECK_SORT
(
hydro
,
part
,
ci
,
cj
,
sid
);
RUNNER_CHECK_SORT
(
stars
,
spart
,
cj
,
ci
,
sid
);
}
#endif
/* SWIFT_DEBUG_CHECKS */
...
...
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