ENH: remove deprecated ensight output order (issue #523)

- Added for transition purposes only in 1612 but can now be removed.
This commit is contained in:
Mark Olesen
2017-07-11 14:57:05 +02:00
parent ded09d6461
commit cce74d493b
8 changed files with 4 additions and 96 deletions

View File

@ -61,9 +61,6 @@ Usage
- \par -width \<n\>
Width of EnSight data subdir (default: 8)
- \par -deprecatedOrder
Use older ordering for volume cells (hex prism pyr tet poly)
Note
Writes to \a EnSight directory to avoid collisions with
foamToEnsightParts
@ -181,13 +178,6 @@ int main(int argc, char *argv[])
"n",
"width of ensight data subdir"
);
argList::addBoolOption
(
"deprecatedOrder",
"Use old ordering (hex prism pyr tet poly) "
"instead of the ascending number of points "
"(tet pyr prism hex poly)."
);
// The volume field types that we handle
const hashedWordList volFieldTypes
@ -261,7 +251,6 @@ int main(int argc, char *argv[])
//
ensightMesh::options writeOpts(format);
writeOpts.noPatches(args.optionFound("noPatches"));
writeOpts.deprecatedOrder(args.optionFound("deprecatedOrder"));
if (args.optionFound("patches"))
{