remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2018-03-16 12:37:27 -04:00
parent ee862d8bf5
commit 59dbb49cf9
204 changed files with 1543 additions and 1543 deletions

View File

@ -109,7 +109,7 @@ void ComputeGyration::compute_vector()
}
MPI_Allreduce(rg,vector,6,MPI_DOUBLE,MPI_SUM,world);
if (masstotal > 0.0)
if (masstotal > 0.0)
for (int i = 0; i < 6; i++)
vector[i] /= masstotal;
}