mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-17 19:33:00 -06:00
Record New Supported Keywords
We recently added support for * RPTONLY * RPTONLYO * SUMTHIN
This commit is contained in:
parent
7a73547d01
commit
6da47344a3
@ -550,8 +550,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"ROCKOPTS", {false, std::nullopt}},
|
||||
{"ROCKTAB", {false, std::nullopt}},
|
||||
{"RPTGRID", {false, std::nullopt}},
|
||||
{"RPTONLY", {false, std::nullopt}},
|
||||
{"RPTONLYO", {false, std::nullopt}},
|
||||
{"RPTPROS", {false, std::nullopt}},
|
||||
{"PRTRST", {false, std::nullopt}},
|
||||
{"RPTRUNSP", {false, std::nullopt}},
|
||||
@ -568,7 +566,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"SKIP", {false, std::nullopt}},
|
||||
{"SKIP100", {false, std::nullopt}},
|
||||
{"SKIP300", {false, std::nullopt}},
|
||||
{"SUMTHIN", {false, std::nullopt}},
|
||||
{"SALT", {false, std::nullopt}},
|
||||
{"SALTNODE", {false, std::nullopt}},
|
||||
{"SALTREST", {false, std::nullopt}},
|
||||
|
Loading…
Reference in New Issue
Block a user