From 8aa28e0eb95614a401d8f02b3f9c00b50dea82d0 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Thu, 7 Sep 2017 12:23:51 +0200 Subject: [PATCH] Removed debugging information in DOPAIR_SUBSET --- src/runner_doiact.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/runner_doiact.h b/src/runner_doiact.h index 3b2bb6e688..541f1b0e70 100644 --- a/src/runner_doiact.h +++ b/src/runner_doiact.h @@ -657,11 +657,6 @@ void DOPAIR_SUBSET(struct runner *r, struct cell *restrict ci, /* Hit or miss? */ if (r2 < hig2) { -/* if(pi->id == 142801) */ -/* message("PAIR_SUBSET interaction with pj->id=%lld hi=%e, hig2=%e r2=%e - * c->loc=[%e %e %e]", */ -/* pj->id, hi, hig2, r2, cj->loc[0], cj->loc[1], cj->loc[2]); */ - #ifndef WITH_OLD_VECTORIZATION IACT_NONSYM(r2, dx, hi, pj->h, pi, pj); @@ -715,6 +710,7 @@ void DOPAIR_SUBSET(struct runner *r, struct cell *restrict ci, /* Get a pointer to the jth particle. */ struct part *restrict pj = &parts_j[sort_j[pjd].i]; + /* Compute the pairwise distance. */ float r2 = 0.0f; float dx[3]; @@ -726,11 +722,6 @@ void DOPAIR_SUBSET(struct runner *r, struct cell *restrict ci, /* Hit or miss? */ if (r2 < hig2) { -/* if(pi->id == 142801) */ -/* message("PAIR_SUBSET interaction with pj->id=%lld hi=%e, hig2=%e r2=%e - * c->loc=[%e %e %e]", */ -/* pj->id, hi, hig2, r2, cj->loc[0], cj->loc[1], cj->loc[2]); */ - #ifndef WITH_OLD_VECTORIZATION IACT_NONSYM(r2, dx, hi, pj->h, pi, pj); -- GitLab