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

Removed debugging information in DOPAIR_SUBSET

parent 7a072e51
No related branches found
No related tags found
1 merge request!419Dopair2 fix
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment