ENH: caseInfo - use OF dictionary as default writeFormat

STYLE: checkMesh - removed writeChecks uppercase JSON option
This commit is contained in:
Andrew Heather
2023-12-19 20:28:19 +00:00
parent 686f2a3986
commit af43f9aa24
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ const Enum<writeChecksFormatType> writeChecksFormatTypeNames
{ writeChecksFormatType::none, "none" },
{ writeChecksFormatType::dictionary, "dictionary" },
{ writeChecksFormatType::JSON, "json" },
{ writeChecksFormatType::JSON, "JSON" },
};
writeChecksFormatType writeChecksFormat(writeChecksFormatType::none);