mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: caseInfo - use OF dictionary as default writeFormat
STYLE: checkMesh - removed writeChecks uppercase JSON option
This commit is contained in:
@ -9,7 +9,6 @@ const Enum<writeChecksFormatType> writeChecksFormatTypeNames
|
||||
{ writeChecksFormatType::none, "none" },
|
||||
{ writeChecksFormatType::dictionary, "dictionary" },
|
||||
{ writeChecksFormatType::JSON, "json" },
|
||||
{ writeChecksFormatType::JSON, "JSON" },
|
||||
};
|
||||
|
||||
writeChecksFormatType writeChecksFormat(writeChecksFormatType::none);
|
||||
|
||||
Reference in New Issue
Block a user