git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@642 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -107,7 +107,7 @@ void PPPM::init()
|
||||
|
||||
if (domain->triclinic)
|
||||
error->all("Cannot (yet) use PPPM with triclinic box");
|
||||
if (force->dimension == 2) error->all("Cannot use PPPM with 2d simulation");
|
||||
if (domain->dimension == 2) error->all("Cannot use PPPM with 2d simulation");
|
||||
|
||||
if (!atom->q_flag) error->all("Kspace style requires atom attribute q");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user