whitespace

This commit is contained in:
Axel Kohlmeyer
2022-07-13 03:19:25 -04:00
parent 4a747fa40c
commit f78bdf80e6

View File

@ -388,7 +388,7 @@ void PairAmoeba::induce()
// NOTE: could make this an error
if (iter >= maxiter || eps > epsold)
if (comm->me == 0)
if (comm->me == 0)
error->warning(FLERR,"AMOEBA induced dipoles did not converge");
}