mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add KRNUM*- Keywords as Unsupported
KRNUMX-, KRNUMY-, KRNUMZ- keywords are not supported.
This commit is contained in:
parent
530f18d26c
commit
a069219146
@ -323,6 +323,9 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"ISOLNUM", {true, std::nullopt}},
|
||||
{"JFUNCR", {true, std::nullopt}},
|
||||
{"KRNUMMF", {true, std::nullopt}},
|
||||
{"KRNUMX-", {true, std::nullopt}},
|
||||
{"KRNUMY-", {true, std::nullopt}},
|
||||
{"KRNUMZ-", {true, std::nullopt}},
|
||||
{"LANGMPL", {true, std::nullopt}},
|
||||
{"LANGMUIR", {true, std::nullopt}},
|
||||
{"LANGSOLV", {true, std::nullopt}},
|
||||
|
Loading…
Reference in New Issue
Block a user