Enable EQUALREG for Array Operations

The keyword's implementation has reached a point where we can
justify its addition to the simulator's feature set.
This commit is contained in:
Bård Skaflestad 2024-10-06 15:22:37 +02:00
parent 8ae31797b1
commit 779522fff1

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}},