STYLE: remove deprecatedOrder from ensightWrite function object

- this should not have been there in the first place
This commit is contained in:
Mark Olesen
2017-06-14 07:52:26 +02:00
parent fd665b4a3c
commit 180788c453
2 changed files with 1 additions and 7 deletions

View File

@ -114,11 +114,6 @@ bool Foam::functionObjects::ensightWrite::read(const dictionary& dict)
dict.lookupOrDefault<Switch>("noPatches", false)
);
writeOpts_.deprecatedOrder
(
dict.lookupOrDefault<Switch>("deprecatedOrder", false)
);
if (dict.found("patches"))
{
wordReList lst(dict.lookup("patches"));

View File

@ -65,8 +65,7 @@ Description
noPatches | Suppress writing patches | no | false
patches | Select patches to write | no |
faceZones | Select faceZones to write | no |
deprecatedOrder | Old ordering of volume cells | no | false
consecutive | Consecutive output numbering | no | false
consecutive | Consecutive output numbering | no | false
\endtable
Note that if the \c patches entry is an empty list, this will select all