git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8781 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user