Skip to content

Commit 630c02e

Browse files
committed
Fix missing const
1 parent ac9fb92 commit 630c02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Particle/ParticleSetT.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ void ParticleSetT<T>::applyBC(ParticlePos& pos)
12461246
}
12471247

12481248
template<typename T>
1249-
void ParticleSetT<T>::applyMinimumImage(ParticlePos& pinout)
1249+
void ParticleSetT<T>::applyMinimumImage(ParticlePos& pinout) const
12501250
{
12511251
if (getLattice().SuperCellEnum == SUPERCELL_OPEN)
12521252
return;

0 commit comments

Comments
 (0)