ENH: consolidate surfaceFormats for reading/writing triSurface (issue #294)

- eliminates previous code duplication and improves maintainability
This commit is contained in:
Mark Olesen
2017-11-20 14:55:36 +01:00
parent 5947f9a337
commit 3ef8906a66
111 changed files with 2646 additions and 4610 deletions

View File

@ -75,7 +75,7 @@ int main(int argc, char *argv[])
{
argList::addNote
(
"convert between surface formats"
"convert between surface formats, using MeshSurface library components"
);
argList::noParallel();
@ -133,7 +133,7 @@ int main(int argc, char *argv[])
<< exit(FatalError);
}
// check that reading/writing is supported
// Check that reading/writing is supported
if
(
!MeshedSurface<face>::canRead(importName, true)