From 5bc864de66069d7b482fd92f1115ddea4ee8515f Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 13 Sep 2012 20:19:20 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8781 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/KSPACE/msm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/KSPACE/msm.cpp b/src/KSPACE/msm.cpp index cd55f0fbb2..927d6d38ad 100644 --- a/src/KSPACE/msm.cpp +++ b/src/KSPACE/msm.cpp @@ -104,7 +104,8 @@ void MSM::init() if (domain->triclinic) error->all(FLERR,"Cannot (yet) use MSM with triclinic box"); - if (domain->dimension == 2) error->all(FLERR,"Cannot (yet) use MSM with 2d simulation"); + if (domain->dimension == 2) + error->all(FLERR,"Cannot (yet) use MSM with 2d simulation"); if (!atom->q_flag) error->all(FLERR,"Kspace style requires atom attribute q");