From dfb42a0adba13e989af6913251322e937a7ab52a Mon Sep 17 00:00:00 2001 From: OPMUSER Date: Tue, 7 Feb 2023 12:33:30 +0800 Subject: [PATCH] Add KRUMR- and KRNUMT- to Unspported Keyword List --- opm/simulators/utils/UnsupportedFlowKeywords.cpp | 2 ++ 1 file changed, 2 insertions(+) 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}},