mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
8ae31797b1
commit
779522fff1
@ -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}},
|
||||
|
Loading…
Reference in New Issue
Block a user