From 50367fc3ae8a398edbf27d12d60c6a828c0e148b Mon Sep 17 00:00:00 2001 From: laurence Date: Thu, 5 Apr 2012 16:32:01 +0100 Subject: [PATCH] BUG: surfaceFeatureExtract: Create extendedFeatureEdgeMesh directory if not present --- .../surface/surfaceFeatureExtract/surfaceFeatureExtract.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C index 1494fadab0..5aae0ede0e 100644 --- a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C +++ b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C @@ -767,6 +767,8 @@ int main(int argc, char *argv[]) Info<< nl << "Writing extendedFeatureEdgeMesh to " << feMesh.objectPath() << endl; + mkDir(feMesh.path()); + if (writeObj) { feMesh.writeObj(feMesh.path()/surfFileName.lessExt().name());