From 888a3fe5c62752fabfa5058b42eef0a500beff8a Mon Sep 17 00:00:00 2001 From: Tom Theuns <tom.theuns@durham.ac.uk> Date: Tue, 20 Sep 2016 16:20:32 +0100 Subject: [PATCH] removed debug info --- src/runner.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runner.c b/src/runner.c index 558f29a462..49e55ae597 100644 --- a/src/runner.c +++ b/src/runner.c @@ -187,7 +187,6 @@ void runner_do_sourceterms(struct runner *r, struct cell *c, int timer) { ti_current, p_sn->x[0], p_sn->x[1], p_sn->x[2]); message(" applied super nova, velocity = %e %e %e", p_sn->v[0], p_sn->v[1], p_sn->v[2]); - error("end"); /* update timestep if new time step shorter than old time step */ const int dti = get_part_timestep(p_sn, xp_sn, r->e); -- GitLab