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

This commit is contained in:
sjplimp
2009-01-09 18:18:56 +00:00
parent 6e3f2830ec
commit b698d94df8
7 changed files with 77 additions and 10 deletions

View File

@ -36,7 +36,7 @@ FixNPTSphere::FixNPTSphere(LAMMPS *lmp, int narg, char **arg) :
FixNPT(lmp, narg, arg)
{
if (!atom->omega_flag || !atom->torque_flag)
error->all("Fix nvt/sphere requires atom attributes omega, torque");
error->all("Fix npt/sphere requires atom attributes omega, torque");
dttype = new double[atom->ntypes+1];
}