Merge pull request #5648 from bska/enable-equalreg

Enable EQUALREG for Array Operations
This commit is contained in:
Markus Blatt
2024-10-07 09:42:50 +02:00
committed by GitHub

View File

@@ -169,7 +169,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"EPSDBGS", {false, std::nullopt}},
{"EPSDEBUG", {false, std::nullopt}},
{"EQLZCORN", {true, std::nullopt}},
{"EQUALREG", {true, std::nullopt}},
{"ESSNODE", {true, std::nullopt}},
{"EXCAVATE", {true, std::nullopt}},
{"EXCEL", {false, std::nullopt}},