remove white space changes

This commit is contained in:
cjknight
2024-10-03 15:41:43 +00:00
parent 47e8093e07
commit b7d529d945

View File

@ -249,7 +249,7 @@ void PairBrownian::compute(int eflag, int vflag)
fy = vxmu2f * fy;
fz = vxmu2f * fz;
// sum to total force
// sum to total force
f[i][0] -= fx;
f[i][1] -= fy;