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

@ -74,7 +74,7 @@ Irregular::~Irregular()
can be used in place of comm->exchange()
unlike exchange(), allows atoms to have moved arbitrarily long distances
sets up irregular plan, invokes it, destroys it
atoms must be remapped to be inside simulation box before this is called
atoms MUST be remapped to be inside simulation box before this is called
for triclinic: atoms must be in lamda coords (0-1) before this is called
------------------------------------------------------------------------- */

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) {