thisDb to get at objectRegistry

This commit is contained in:
mattijs
2009-01-23 08:46:54 +00:00
parent 5140b7c577
commit 45bfb91afb
27 changed files with 70 additions and 84 deletions

View File

@ -613,7 +613,7 @@ autoPtr<mapPolyMesh> createRegionMesh
"fvSchemes",
mesh.time().system(),
regionName,
mesh.db(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE,
false
@ -642,7 +642,7 @@ autoPtr<mapPolyMesh> createRegionMesh
"fvSolution",
mesh.time().system(),
regionName,
mesh.db(),
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE,
false