mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cleanup/reorganize surfaceWriter and fileFormats
- remove unused surfaceWriter constructors, noexcept on methods - relocate/rename writerCaching from surfMesh -> fileFormats - changed from surfaceWriters::writerCaching to ensightOutput::writerCaching to permit reuse elsewhere - relocate static output helpers to ensightCase - refactor NAS coordinate writing
This commit is contained in:
@ -183,8 +183,8 @@ bool Foam::functionObjects::vtkWrite::read(const dictionary& dict)
|
||||
|
||||
writeOpts_.ascii
|
||||
(
|
||||
IOstream::ASCII
|
||||
== IOstream::formatEnum("format", dict, IOstream::BINARY)
|
||||
IOstreamOption::ASCII
|
||||
== IOstreamOption::formatEnum("format", dict, IOstreamOption::BINARY)
|
||||
);
|
||||
|
||||
writeOpts_.legacy(dict.getOrDefault("legacy", false));
|
||||
|
||||
Reference in New Issue
Block a user