diff --git a/src/mesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C b/src/mesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C index 48aa2c8a06..5fb168d388 100644 --- a/src/mesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C +++ b/src/mesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C @@ -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,