git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@642 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -71,7 +71,7 @@ void ReadData::command(int narg, char **arg)
|
||||
|
||||
if (domain->box_exist)
|
||||
error->all("Cannot read_data after simulation box is defined");
|
||||
if (force->dimension == 2 && domain->zperiodic == 0)
|
||||
if (domain->dimension == 2 && domain->zperiodic == 0)
|
||||
error->all("Cannot run 2d simulation with nonperiodic Z dimension");
|
||||
|
||||
// scan data file to determine max topology needed per atom
|
||||
|
||||
Reference in New Issue
Block a user