Skip to content

Commit

Permalink
particles might be "invalid"
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Jan 25, 2024
1 parent c7a225e commit 15e810a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ RecordingPlaneParticleFunctor::operator () (PinnedMemoryParticleContainer& pc_ds
}
}
}
TotalParticleCounter = int(pc_dst.TotalNumberOfParticles());
TotalParticleCounter = int(pc_dst.TotalNumberOfParticles(false));
}

void
Expand Down

0 comments on commit 15e810a

Please sign in to comment.