diff --git a/applications/utilities/mesh/generation/extrudeMesh/extrudeMesh.C b/applications/utilities/mesh/generation/extrudeMesh/extrudeMesh.C index 74e505394d0572af18ab603d20e73f31b414b327..69dc36bccf838d9659e4f8c01d7a89f8efccf66b 100644 --- a/applications/utilities/mesh/generation/extrudeMesh/extrudeMesh.C +++ b/applications/utilities/mesh/generation/extrudeMesh/extrudeMesh.C @@ -78,6 +78,7 @@ int main(int argc, char *argv[]) if (sourceType == "patch") { fileName sourceCasePath(dict.lookup("sourceCase")); + sourceCasePath.expand(); fileName sourceRootDir = sourceCasePath.path(); fileName sourceCaseDir = sourceCasePath.name(); word patchName(dict.lookup("sourcePatch"));