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

This commit is contained in:
sjplimp
2015-03-23 23:29:55 +00:00
committed by Pierre de Buyl
parent ef3f69a870
commit 31212e6891
6 changed files with 104 additions and 26 deletions

View File

@ -606,7 +606,7 @@ void FixBondCreate::check_ghosts()
int flagall;
MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world);
if (flagall)
error->all(FLERR,"Fix3 bond/create needs ghost atoms from further away");
error->all(FLERR,"Fix bond/create needs ghost atoms from further away");
lastcheck = update->ntimestep;
}