From af922366e867eeb25cfed6c8da501cc014ed69ec Mon Sep 17 00:00:00 2001 From: OPMUSER Date: Thu, 27 Oct 2022 20:19:05 +0800 Subject: [PATCH] Remove KRNUM from Unsupported Keyword List (Back-Port) Remove KRNUM from Unsupported Keyword List, as it is now supported. This should be back-ported, to prevent a warning stating the keyword is not supported. --- opm/simulators/utils/UnsupportedFlowKeywords.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp index 9a7348469..32e280cc6 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -324,7 +324,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"IONXSURF", {false, std::nullopt}}, {"ISOLNUM", {false, std::nullopt}}, {"JFUNCR", {false, std::nullopt}}, - {"KRNUM", {false, std::nullopt}}, {"KRNUMMF", {false, std::nullopt}}, {"LANGMPL", {false, std::nullopt}}, {"LANGMUIR", {false, std::nullopt}},