Merge pull request #4431 from OPMUSER/KRNUM-

Add KRNUM*- Keywords as Unsupported
This commit is contained in:
Bård Skaflestad
2023-02-07 17:24:07 +01:00
committed by GitHub

View File

@@ -323,6 +323,11 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"ISOLNUM", {true, std::nullopt}},
{"JFUNCR", {true, std::nullopt}},
{"KRNUMMF", {true, std::nullopt}},
{"KRNUMR-", {true, std::nullopt}},
{"KRNUMT-", {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}},