From 1749bef1f93702d5838444b4b26ff7d5c825da4d Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 8 Aug 2018 18:01:48 +0100 Subject: [PATCH] Removed too-stringent test in the receiving gpart task. --- src/runner.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/runner.c b/src/runner.c index 7771e247a0..dcc740500e 100644 --- a/src/runner.c +++ b/src/runner.c @@ -1898,11 +1898,6 @@ void runner_do_recv_gpart(struct runner *r, struct cell *c, int timer) { if (gparts[k].time_bin == time_bin_inhibited) continue; time_bin_min = min(time_bin_min, gparts[k].time_bin); time_bin_max = max(time_bin_max, gparts[k].time_bin); - -#ifdef SWIFT_DEBUG_CHECKS - if (gparts[k].ti_drift != ti_current) - error("Received un-drifted g-particle !"); -#endif } /* Convert into a time */ -- GitLab