Skip to content

Commit 1080fc4

Browse files
authored
Merge pull request #659 from atmyers/bugfix
ParticleContainer: remove unused variable
2 parents ed94139 + 3a7e5e3 commit 1080fc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Particles/PhysicalParticleContainer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,6 @@ void PhysicalParticleContainer::GetParticleSlice(const int direction, const Real
20302030
#endif
20312031
for (WarpXParIter pti(*this, lev); pti.isValid(); ++pti)
20322032
{
2033-
int counter_for_ParticleCopy = 0;
20342033
const Box& box = pti.validbox();
20352034
auto index = std::make_pair(pti.index(), pti.LocalTileIndex());
20362035
const RealBox tile_real_box(box, dx, plo);

0 commit comments

Comments
 (0)