Merge pull request #5085 from blattms/mark-skip-endskip-supported

Mark keywords SKIP, SKIP100, SKIP300, and ENDSKIP as supported.
This commit is contained in:
Bård Skaflestad 2024-01-04 11:42:07 +01:00 committed by GitHub
commit 5e9bdfd342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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