ENH: blockMesh : initial blockMesh was created with region 'blockMesh'

This commit is contained in:
mattijs
2010-11-24 16:55:30 +00:00
parent 279e66ac48
commit 3eefd6de73
5 changed files with 13 additions and 9 deletions

View File

@ -158,7 +158,7 @@ int main(int argc, char *argv[])
blockMesh::verbose(true);
IOdictionary meshDict(meshDictIoPtr());
blockMesh blocks(meshDict);
blockMesh blocks(meshDict, regionName);
if (args.optionFound("blockTopology"))