diff --git a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C index 1376525577f327e0226aaa1e95cf0ace648ccccc..e298b1a12e82766513880ea9fe1109204b732ce1 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");