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

This commit is contained in:
sjplimp 2012-02-06 18:44:03 +00:00
parent 8972482fd9
commit 75990ce095
1 changed files with 0 additions and 2 deletions

View File

@ -365,8 +365,6 @@ void ChangeBox::command(int narg, char **arg)
// check if any atoms were lost
domain->print_box(" ");
bigint natoms;
bigint nblocal = atom->nlocal;
MPI_Allreduce(&nblocal,&natoms,1,MPI_LMP_BIGINT,MPI_SUM,world);