forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10517 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2a88462ff1
commit
18641fd1d3
|
@ -49,6 +49,8 @@ void CreateBox::command(int narg, char **arg)
|
|||
if (domain->regions[iregion]->bboxflag == 0)
|
||||
error->all(FLERR,"Create_box region does not support a bounding box");
|
||||
|
||||
domain->regions[iregion]->init();
|
||||
|
||||
// if region not prism:
|
||||
// setup orthogonal domain
|
||||
// set simulation domain from region extent
|
||||
|
|
Loading…
Reference in New Issue