From 80db456b5fa4744d0057f260209be642597e9e38 Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 1 Jul 2011 15:11:42 +0100 Subject: [PATCH] BUG: surfaceFeatureExtract: option not in argList --- .../surfaceFeatureExtract/surfaceFeatureExtract.C | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C index 65506dfff0..fb03163a11 100644 --- a/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C +++ b/applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C @@ -413,6 +413,11 @@ int main(int argc, char *argv[]) "distance to look for close features" ); argList::addBoolOption + ( + "writeVTK", + "write surface property VTK files" + ); + argList::addBoolOption ( "manifoldEdgesOnly", "remove any non-manifold (open or more than two connected faces) edges" @@ -595,8 +600,8 @@ int main(int argc, char *argv[]) surfaceFeatures newSet(surf); newSet.setFromStatus(edgeStat); - Info<< endl << "Writing trimmed features to " << outFileName << endl; - newSet.write(outFileName); + //Info<< endl << "Writing trimmed features to " << outFileName << endl; + //newSet.write(outFileName); // Info<< endl << "Writing edge objs." << endl; // newSet.writeObj("final");