Skip to content

Commit 93329eb

Browse files
committed
fix stray )
1 parent 426e741 commit 93329eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/Particle/AMReX_ParticleContainerI.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ ParticleContainer_impl<ParticleType, NArrayReal, NArrayInt, Allocator, CellAssig
14051405

14061406
// flag particle for move if needed
14071407
who = BufferMap().procID(pld.m_grid, pld.m_tile, pld.m_lev);
1408-
if (pld.m_lev != lev || pld.m_grid != gid || pld.m_tile != tid || who != myproc)) {
1408+
if (pld.m_lev != lev || pld.m_grid != gid || pld.m_tile != tid || who != myproc) {
14091409
// the particle is valid but needs to be sent somewhere else
14101410
swapParticle(ptd, ptd, last, pindex);
14111411
correctCellVectors(last, pindex, gid, p);

0 commit comments

Comments
 (0)