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

Restore default check for cells in active.h

parent cb6878b6
No related branches found
No related tags found
2 merge requests!304Star particle infrastructure,!303MPI send/recv fixes for inactive cells
......@@ -61,7 +61,7 @@ __attribute__((always_inline)) INLINE static int cell_is_active(
const struct cell *c, const struct engine *e) {
#ifdef SWIFT_DEBUG_CHECKS
if (c->ti_end_min < e->ti_current && c->nodeID != e->nodeID)
if (c->ti_end_min < e->ti_current)
error(
"cell in an impossible time-zone! c->ti_end_min=%lld (t=%e) and "
"e->ti_current=%lld (t=%e)",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment