surfMesh changes

- expose faceMap info in triangulate() - for use in inherited classes
 - surfMesh::triangulate() works with or without underlying pointField
 - onePatch tries to be more intelligent about retaining the patch name
This commit is contained in:
Mark Olesen
2008-11-22 11:22:34 +01:00
parent d6b247a3b1
commit e72a6234d6
12 changed files with 289 additions and 145 deletions

View File

@ -199,7 +199,6 @@ int main(int argc, char *argv[])
if (args.options().found("clean"))
{
surf.cleanup(true);
surf.checkOrientation(true);
}
if (fromCsys.valid())