git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@642 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -795,7 +795,7 @@ void Input::dimension()
|
||||
if (narg != 1) error->all("Illegal dimension command");
|
||||
if (domain->box_exist)
|
||||
error->all("Dimension command after simulation box is defined");
|
||||
force->dimension = atoi(arg[0]);
|
||||
domain->dimension = atoi(arg[0]);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user