diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp index 3fa21e2e4..e5ecf381a 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -323,6 +323,8 @@ 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}},