From 18641fd1d3f1de32f1f4b47814ece4f5f30ba90e Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 2 Aug 2013 14:50:14 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10517 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/create_box.cpp | 2 ++ 1 file changed, 2 insertions(+) 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