ENH: surfaceFeatureExtract: excess dumping of obj files

This commit is contained in:
mattijs
2013-11-20 15:42:36 +00:00
parent b47dd16a28
commit 7dfccf21ad

View File

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