Skip to content
Snippets Groups Projects
Commit 97b47f97 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

add debug message

parent 7ec7d9cb
Branches
Tags
No related merge requests found
......@@ -143,8 +143,11 @@ void rFFTW_particles<particle_type, rnumber, interp_neighbours>::sample_vec_fiel
for (int p=0; p<this->nparticles; p++)
{
if (this->myrank == this->get_rank(x[3*p+2]))
{
DEBUG_MSG("particle %d\n", p);
(*vec)(t, xg + p*3, xx + p*3, yy + p*3, deriv);
}
}
MPI_Allreduce(
yy,
y,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment