diff --git a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C index 7758293480..6c8767719b 100644 --- a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C +++ b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C @@ -1223,10 +1223,10 @@ int main(int argc, char *argv[]) << " internal edges : " << newSet.nInternalEdges() << nl << endl; - if (writeObj) - { - newSet.writeObj("final"); - } + //if (writeObj) + //{ + // newSet.writeObj("final"); + //} boolList surfBaffleRegions(surf.patches().size(), false);