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
ff6f2ec0
Commit
ff6f2ec0
authored
Mar 09, 2017
by
Matthieu Schaller
Browse files
Corrected typo in space.c
parent
48150c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/space.c
View file @
ff6f2ec0
...
...
@@ -2153,7 +2153,7 @@ void space_split_recursive(struct space *s, struct cell *c,
/* gparts: Get dt_min/dt_max, reset x_diff. */
for
(
int
k
=
0
;
k
<
gcount
;
k
++
)
{
#ifdef SWIFT_DEBUG_CHECKS
if
(
s
parts
[
k
].
time_bin
==
time_bin_inhibited
)
if
(
g
parts
[
k
].
time_bin
==
time_bin_inhibited
)
error
(
"Inhibited s-particle present in space_split()"
);
#endif
time_bin_min
=
min
(
time_bin_min
,
gparts
[
k
].
time_bin
);
...
...
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