mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove deprecatedOrder from ensightWrite function object
- this should not have been there in the first place
This commit is contained in:
@ -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"));
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user