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

This commit is contained in:
sjplimp 2012-02-08 00:36:54 +00:00
parent 6b4e526dbc
commit 04165721a5
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ void Ewald::init()
// error check
if (domain->triclinic) error->all(FLERR,"Cannot use Ewald with triclinic box");
if (domain->triclinic)
error->all(FLERR,"Cannot use Ewald with triclinic box");
if (domain->dimension == 2)
error->all(FLERR,"Cannot use Ewald with 2d simulation");