mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
Merge pull request #5085 from blattms/mark-skip-endskip-supported
Mark keywords SKIP, SKIP100, SKIP300, and ENDSKIP as supported.
This commit is contained in:
commit
5e9bdfd342
@ -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