ENH: Read features from constant instead of using findInstance.

Means that they work in parallel.
This commit is contained in:
graham
2011-05-05 11:45:32 +01:00
parent 5d5c14aea6
commit 23bc4b0cbf

View File

@ -131,11 +131,7 @@ Foam::conformationSurfaces::conformationSurfaces
IOobject
(
feMeshName,
cvMesh_.time().findInstance
(
"extendedFeatureEdgeMesh",
feMeshName
),
cvMesh_.time().constant(),
"extendedFeatureEdgeMesh",
cvMesh_.time(),
IOobject::MUST_READ,
@ -207,11 +203,7 @@ Foam::conformationSurfaces::conformationSurfaces
IOobject
(
feMeshName,
cvMesh_.time().findInstance
(
"extendedFeatureEdgeMesh",
feMeshName
),
cvMesh_.time().constant(),
"extendedFeatureEdgeMesh",
cvMesh_.time(),
IOobject::MUST_READ,