BUG: topoSet: handling mesh regions

This commit is contained in:
mattijs
2011-12-01 16:57:07 +00:00
parent 50b2b78d83
commit cb6b31621c

View File

@ -342,7 +342,7 @@ Foam::topoSet::topoSet
name,
mesh.time().findInstance
(
polyMesh::meshSubDir/"sets",
mesh.dbDir()/polyMesh::meshSubDir/"sets",
word::null,
IOobject::MUST_READ,
mesh.facesInstance()
@ -389,7 +389,7 @@ Foam::topoSet::topoSet
name,
mesh.time().findInstance
(
polyMesh::meshSubDir/"sets",
mesh.dbDir()/polyMesh::meshSubDir/"sets",
word::null,
IOobject::NO_READ,
mesh.facesInstance()
@ -419,7 +419,7 @@ Foam::topoSet::topoSet
name,
mesh.time().findInstance
(
polyMesh::meshSubDir/"sets",
mesh.dbDir()/polyMesh::meshSubDir/"sets",
word::null,
IOobject::NO_READ,
mesh.facesInstance()