ENH: Utilities - add -region option when creating meshes

This commit is contained in:
Andrew Heather
2018-01-16 12:10:20 +00:00
parent 66ba2dd674
commit 853b9abb79
21 changed files with 21 additions and 21 deletions

View File

@ -49,7 +49,7 @@ int main(int argc, char *argv[])
instantList timeDirs = timeSelector::select0(runTime, args);
#include "createMesh.H"
#include "createNamedMesh.H"
// make a directory called proInterface in the case
mkDir(runTime.rootPath()/runTime.caseName()/"fluentInterface");