Skip to content
Snippets Groups Projects
Commit ff6f2ec0 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Corrected typo in space.c

parent 48150c7e
Branches
Tags
No related merge requests found
...@@ -2153,7 +2153,7 @@ void space_split_recursive(struct space *s, struct cell *c, ...@@ -2153,7 +2153,7 @@ void space_split_recursive(struct space *s, struct cell *c,
/* gparts: Get dt_min/dt_max, reset x_diff. */ /* gparts: Get dt_min/dt_max, reset x_diff. */
for (int k = 0; k < gcount; k++) { for (int k = 0; k < gcount; k++) {
#ifdef SWIFT_DEBUG_CHECKS #ifdef SWIFT_DEBUG_CHECKS
if (sparts[k].time_bin == time_bin_inhibited) if (gparts[k].time_bin == time_bin_inhibited)
error("Inhibited s-particle present in space_split()"); error("Inhibited s-particle present in space_split()");
#endif #endif
time_bin_min = min(time_bin_min, gparts[k].time_bin); time_bin_min = min(time_bin_min, gparts[k].time_bin);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment