mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3472 from bska/new-supported-keywords
Record New Supported Keywords
This commit is contained in:
commit
b6c4b2e509
@ -550,8 +550,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"ROCKOPTS", {false, std::nullopt}},
|
{"ROCKOPTS", {false, std::nullopt}},
|
||||||
{"ROCKTAB", {false, std::nullopt}},
|
{"ROCKTAB", {false, std::nullopt}},
|
||||||
{"RPTGRID", {false, std::nullopt}},
|
{"RPTGRID", {false, std::nullopt}},
|
||||||
{"RPTONLY", {false, std::nullopt}},
|
|
||||||
{"RPTONLYO", {false, std::nullopt}},
|
|
||||||
{"RPTPROS", {false, std::nullopt}},
|
{"RPTPROS", {false, std::nullopt}},
|
||||||
{"PRTRST", {false, std::nullopt}},
|
{"PRTRST", {false, std::nullopt}},
|
||||||
{"RPTRUNSP", {false, std::nullopt}},
|
{"RPTRUNSP", {false, std::nullopt}},
|
||||||
@ -568,7 +566,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"SKIP", {false, std::nullopt}},
|
{"SKIP", {false, std::nullopt}},
|
||||||
{"SKIP100", {false, std::nullopt}},
|
{"SKIP100", {false, std::nullopt}},
|
||||||
{"SKIP300", {false, std::nullopt}},
|
{"SKIP300", {false, std::nullopt}},
|
||||||
{"SUMTHIN", {false, std::nullopt}},
|
|
||||||
{"SALT", {false, std::nullopt}},
|
{"SALT", {false, std::nullopt}},
|
||||||
{"SALTNODE", {false, std::nullopt}},
|
{"SALTNODE", {false, std::nullopt}},
|
||||||
{"SALTREST", {false, std::nullopt}},
|
{"SALTREST", {false, std::nullopt}},
|
||||||
|
Loading…
Reference in New Issue
Block a user