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

Fixed debugging checks broken after the last changes to the recv_spart task.

parent bd5d17b0
No related branches found
No related tags found
3 merge requests!745Rewrite of MPI loops - Add stellar feedback loops,!744Mpi stars2 matthieu,!700Stars smoothing length over MPI
......@@ -2945,12 +2945,6 @@ void runner_do_recv_spart(struct runner *r, struct cell *c, int clear_sorts,
}
#ifdef SWIFT_DEBUG_CHECKS
if (ti_gravity_end_min < ti_current)
error(
"Received a cell at an incorrect time c->ti_end_min=%lld, "
"e->ti_current=%lld.",
ti_gravity_end_min, ti_current);
if (ti_stars_end_min < ti_current)
error(
"Received a cell at an incorrect time c->ti_end_min=%lld, "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment