git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14459 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -57,7 +57,7 @@ FixNVESphere::FixNVESphere(LAMMPS *lmp, int narg, char **arg) :
|
|||||||
if (!atom->sphere_flag)
|
if (!atom->sphere_flag)
|
||||||
error->all(FLERR,"Fix nve/sphere requires atom style sphere");
|
error->all(FLERR,"Fix nve/sphere requires atom style sphere");
|
||||||
if (extra == DIPOLE && !atom->mu_flag)
|
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");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user