From d5d88fdba2167b1657fe07e66100ce0ad073412c Mon Sep 17 00:00:00 2001 From: graham <g.macpherson@opencfd.co.uk> Date: Thu, 7 Apr 2011 11:27:00 +0100 Subject: [PATCH] STYLE: Writing surface feature set out the root of the case. --- .../surface/surfaceFeatureExtract/surfaceFeatureExtract.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C index 1376525577f..e298b1a12e8 100644 --- a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C +++ b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C @@ -337,9 +337,8 @@ int main(int argc, char *argv[]) surfaceFeatures newSet(surf); newSet.setFromStatus(edgeStat); - Info<< endl << "Writing trimmed features to " - << runTime.constant()/"featureEdgeMesh"/outFileName << endl; - newSet.write(runTime.constant()/"featureEdgeMesh"/outFileName); + Info<< endl << "Writing trimmed features to " << outFileName << endl; + newSet.write(outFileName); // Info<< endl << "Writing edge objs." << endl; // newSet.writeObj("final"); -- GitLab