Merge pull request #5241 from bska/datumrx-supported

Permit DATUMR and DATUMRX Keywords in Input File
This commit is contained in:
Bård Skaflestad 2024-03-04 14:07:57 +01:00 committed by GitHub
commit 488da80228
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,8 +109,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"COORDSYS", {false, std::string{"Multiple grid systems not supported, COORDSYS is ignored."}}},
{"COPYBOX", {true, std::nullopt}},
{"CRITPERM", {true, std::nullopt}},
{"DATUMR", {true, std::nullopt}},
{"DATUMRX", {true, std::nullopt}},
{"DCQDEFN", {true, std::nullopt}},
{"DEBUG", {false, std::nullopt}},
{"DELAYACT", {true, std::nullopt}},