From a3c0f3e43e3696f1d66f9ecbbb65129fb193fed6 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 19 Jan 2016 23:12:58 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14459 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_nve_sphere.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } /* ---------------------------------------------------------------------- */