mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-10 02:25:33 -06:00
Mark keywords SKIP, SKIP100, SKIP300, and ENDSKIP as supported.
Follow up to OPM/opm-common#3817 which implements the support for these keywords.
This commit is contained in:
parent
bf55fcfd93
commit
0c01a3ac50
@ -164,7 +164,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"ENDDYN", {true, std::nullopt}},
|
||||
{"ENDFIN", {true, std::nullopt}},
|
||||
{"ENDNUM", {true, std::nullopt}},
|
||||
{"ENDSKIP", {true, std::nullopt}},
|
||||
{"ENKRVD", {true, std::nullopt}},
|
||||
{"ENKSRVD", {true, std::nullopt}},
|
||||
{"ENPCVD", {true, std::nullopt}},
|
||||
@ -551,9 +550,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"RSSPEC", {true, std::nullopt}},
|
||||
{"SAMG", {true, std::nullopt}},
|
||||
{"SAVE", {false, std::nullopt}},
|
||||
{"SKIP", {true, std::nullopt}},
|
||||
{"SKIP100", {true, std::nullopt}},
|
||||
{"SKIP300", {true, std::nullopt}},
|
||||
{"SALTNODE", {true, std::nullopt}},
|
||||
{"SALTREST", {true, std::nullopt}},
|
||||
{"SCALELIM", {true, std::nullopt}},
|
||||
|
Loading…
Reference in New Issue
Block a user