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

This commit is contained in:
sjplimp
2014-05-09 17:31:23 +00:00
parent 196f3c2841
commit fd1b9f2c5c
2 changed files with 2 additions and 2 deletions

View File

@ -471,7 +471,7 @@ void ReadRestart::command(int narg, char **arg)
}
if (natoms != atom->natoms)
error->all(FLERR,"Did not assign all atoms correctly");
error->all(FLERR,"Did not assign all restart atoms correctly");
if (me == 0) {
if (atom->nbonds) {