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

Removed too-stringent test in the receiving gpart task.

parent 575077b3
Branches
Tags
1 merge request!589Mpi periodic gravity
...@@ -1898,11 +1898,6 @@ void runner_do_recv_gpart(struct runner *r, struct cell *c, int timer) { ...@@ -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; if (gparts[k].time_bin == time_bin_inhibited) continue;
time_bin_min = min(time_bin_min, gparts[k].time_bin); time_bin_min = min(time_bin_min, gparts[k].time_bin);
time_bin_max = max(time_bin_max, 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 */ /* Convert into a time */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment