diff --git a/src/fix_nve_sphere.cpp b/src/fix_nve_sphere.cpp index c72797b8ce..3049605531 100644 --- a/src/fix_nve_sphere.cpp +++ b/src/fix_nve_sphere.cpp @@ -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"); } /* ---------------------------------------------------------------------- */