diff --git a/src/create_box.cpp b/src/create_box.cpp index 5c62d2bd5e..3645a5e255 100644 --- a/src/create_box.cpp +++ b/src/create_box.cpp @@ -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