git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3295 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2009-11-02 20:59:26 +00:00
parent 8b7d3712b5
commit 32adc325aa
5 changed files with 56 additions and 14 deletions

View File

@ -82,7 +82,6 @@ void Finish::end(int flag)
// overall loop time
// use actual natoms, in case atoms were lost
natoms;
double rlocal = atom->nlocal;
MPI_Allreduce(&rlocal,&natoms,1,MPI_DOUBLE,MPI_SUM,world);