BUG: surfaceFeatureExtract: option not in argList

This commit is contained in:
mattijs
2011-07-01 15:11:42 +01:00
parent 006eb30c8a
commit 80db456b5f

View File

@ -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");