From c3120ec6b80b853ccc926c19e858f9dc313a50b3 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Tue, 26 Jan 2016 13:27:56 +0000 Subject: [PATCH] Reduced verbosity --- src/runner_doiact.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/runner_doiact.h b/src/runner_doiact.h index 8c96323bc7..d6b7c5267d 100644 --- a/src/runner_doiact.h +++ b/src/runner_doiact.h @@ -791,10 +791,8 @@ void DOPAIR1(struct runner *r, struct cell *ci, struct cell *cj) { /* Anything to do here? */ - if (ci->t_end_min > t_current && cj->t_end_min > t_current) { - message("No active particles, skipping...."); + if (ci->t_end_min > t_current && cj->t_end_min > t_current) return; - } /* Get the sort ID. */ sid = space_getsid(e->s, &ci, &cj, shift); -- GitLab