mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3281 from alfbr/remove-supported
Remove GLIFTOPT and NETWORK from unsupported keywords.
This commit is contained in:
commit
38587b0c07
@ -232,7 +232,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"GIMODEL", {false, std::nullopt}},
|
{"GIMODEL", {false, std::nullopt}},
|
||||||
{"GINODE", {false, std::nullopt}},
|
{"GINODE", {false, std::nullopt}},
|
||||||
{"GLIFTLIM", {false, std::nullopt}},
|
{"GLIFTLIM", {false, std::nullopt}},
|
||||||
{"GLIFTOPT", {false, std::nullopt}},
|
|
||||||
{"GNETDP", {false, std::nullopt}},
|
{"GNETDP", {false, std::nullopt}},
|
||||||
{"GNETINJE", {false, std::nullopt}},
|
{"GNETINJE", {false, std::nullopt}},
|
||||||
{"GNETPUMP", {false, std::nullopt}},
|
{"GNETPUMP", {false, std::nullopt}},
|
||||||
@ -402,7 +401,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
|||||||
{"NEFAC", {false, std::nullopt}},
|
{"NEFAC", {false, std::nullopt}},
|
||||||
{"NETBALAN", {false, std::nullopt}},
|
{"NETBALAN", {false, std::nullopt}},
|
||||||
{"NETCOMPA", {false, std::nullopt}},
|
{"NETCOMPA", {false, std::nullopt}},
|
||||||
{"NETWORK", {false, std::nullopt}},
|
|
||||||
{"NEXT", {false, std::nullopt}},
|
{"NEXT", {false, std::nullopt}},
|
||||||
{"NEXTSTEP", {false, std::nullopt}},
|
{"NEXTSTEP", {false, std::nullopt}},
|
||||||
{"NEXTSTPL", {false, std::nullopt}},
|
{"NEXTSTPL", {false, std::nullopt}},
|
||||||
|
Loading…
Reference in New Issue
Block a user