mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5241 from bska/datumrx-supported
Permit DATUMR and DATUMRX Keywords in Input File
This commit is contained in:
commit
488da80228
@ -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}},
|
||||
|
Loading…
Reference in New Issue
Block a user