Skip to content

Commit

Permalink
Fix missing const
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfgc committed Nov 9, 2023
1 parent ac9fb92 commit 630c02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Particle/ParticleSetT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ void ParticleSetT<T>::applyBC(ParticlePos& pos)
}

template<typename T>
void ParticleSetT<T>::applyMinimumImage(ParticlePos& pinout)
void ParticleSetT<T>::applyMinimumImage(ParticlePos& pinout) const
{
if (getLattice().SuperCellEnum == SUPERCELL_OPEN)
return;
Expand Down

0 comments on commit 630c02e

Please sign in to comment.