silence more compiler warnings
This commit is contained in:
@ -139,7 +139,7 @@ void ComputeGyrationChunk::compute_vector()
|
||||
|
||||
MPI_Allreduce(rg,rgall,nchunk,MPI_DOUBLE,MPI_SUM,world);
|
||||
|
||||
for (int i = 0; i < nchunk; i++)
|
||||
for (i = 0; i < nchunk; i++)
|
||||
if (masstotal[i] > 0.0)
|
||||
rgall[i] = sqrt(rgall[i]/masstotal[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user