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

This commit is contained in:
sjplimp
2010-09-06 16:19:47 +00:00
parent de59192f5e
commit 8f02ff3b29
13 changed files with 71 additions and 60 deletions

View File

@ -36,7 +36,7 @@ FixNHSphere::FixNHSphere(LAMMPS *lmp, int narg, char **arg) :
"atom attributes omega, torque");
if (!atom->radius_flag && !atom->avec->shape_type)
error->all("Fix nvt/nph/npt sphere requires "
"atom attribute radius or shape");
"atom attribute diameter or shape");
}
/* ---------------------------------------------------------------------- */