Add KRNUM*- Keywords as Unsupported

KRNUMX-, KRNUMY-, KRNUMZ- keywords are not supported.
This commit is contained in:
OPMUSER 2023-02-07 12:21:30 +08:00
parent 530f18d26c
commit a069219146

View File

@ -323,6 +323,9 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
{"ISOLNUM", {true, std::nullopt}}, {"ISOLNUM", {true, std::nullopt}},
{"JFUNCR", {true, std::nullopt}}, {"JFUNCR", {true, std::nullopt}},
{"KRNUMMF", {true, std::nullopt}}, {"KRNUMMF", {true, std::nullopt}},
{"KRNUMX-", {true, std::nullopt}},
{"KRNUMY-", {true, std::nullopt}},
{"KRNUMZ-", {true, std::nullopt}},
{"LANGMPL", {true, std::nullopt}}, {"LANGMPL", {true, std::nullopt}},
{"LANGMUIR", {true, std::nullopt}}, {"LANGMUIR", {true, std::nullopt}},
{"LANGSOLV", {true, std::nullopt}}, {"LANGSOLV", {true, std::nullopt}},