undo substitution in comment

This commit is contained in:
Axel Kohlmeyer
2025-05-31 17:06:14 -04:00
parent 5ea7bec083
commit c663a5ac1c

View File

@ -1877,7 +1877,7 @@ void ComputeChunkAtom::atom2binsphere()
// if requested, apply PBC to distance from sphere center
// treat orthogonal and triclinic the same
// with dx,dy,dz = lengths independent of each other
// so do not use domain->minimum_image(FLERR, ) which couples for triclinic
// so do not use domain->minimum_image() which couples for triclinic
if (pbcflag) {
if (periodicity[0]) {