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:
Markus Blatt 2024-01-02 11:06:33 +01:00
parent bf55fcfd93
commit 0c01a3ac50

View File

@ -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}},