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

This commit is contained in:
sjplimp
2012-09-13 20:19:20 +00:00
parent ace4980800
commit 5bc864de66

View File

@ -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");