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

This commit is contained in:
sjplimp
2010-01-14 23:41:20 +00:00
parent 1622c77c82
commit dc23986e6f

View File

@ -67,7 +67,7 @@ void PRD::command(int narg, char **arg)
error->all("PRD command before simulation box is defined"); error->all("PRD command before simulation box is defined");
if (universe->nworlds != universe->nprocs && if (universe->nworlds != universe->nprocs &&
atom->map_style == 0) atom->map_style == 0)
error->all("Cannot use PRD command with multi-proc replicas " error->all("Cannot use PRD with multi-proc replicas "
"unless atom map exists"); "unless atom map exists");
if (universe->nworlds == 1 && comm->me == 0) if (universe->nworlds == 1 && comm->me == 0)
error->warning("Running PRD with only one replica"); error->warning("Running PRD with only one replica");