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

@ -321,7 +321,7 @@ void Foam::vtkPV3blockMesh::updateFoamMesh()
)
);
meshPtr_ = new blockMesh(meshDict);
meshPtr_ = new blockMesh(meshDict, polyMesh::defaultRegion);
}