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

This commit is contained in:
sjplimp
2016-01-19 23:12:58 +00:00
parent 7c810d6198
commit a3c0f3e43e

View File

@ -57,7 +57,7 @@ FixNVESphere::FixNVESphere(LAMMPS *lmp, int narg, char **arg) :
if (!atom->sphere_flag)
error->all(FLERR,"Fix nve/sphere requires atom style sphere");
if (extra == DIPOLE && !atom->mu_flag)
error->all(FLERR,"Fix nve/sphere requires atom attribute mu");
error->all(FLERR,"Fix nve/sphere dipole requires atom attribute mu");
}
/* ---------------------------------------------------------------------- */