whitespace fix

This commit is contained in:
Axel Kohlmeyer
2020-03-10 15:28:47 -04:00
parent 68e5a18070
commit e24feab5aa

View File

@ -314,7 +314,7 @@ int MinFire::iterate(int maxiter)
for (int i = 0; i < nlocal; i++)
v[i][0] = v[i][1] = v[i][2] = 0.0;
}
// min dtv over replicas, if necessary
// this communicator would be invalid for multiprocess replicas