From 34652f2d5d038aa226440dca3f5fc323b4dec863 Mon Sep 17 00:00:00 2001 From: OPMUSER Date: Fri, 10 Dec 2021 13:44:39 +0800 Subject: [PATCH] Remove NEXTSTEP from Unsupported List --- opm/simulators/utils/UnsupportedFlowKeywords.cpp | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 opm/simulators/utils/UnsupportedFlowKeywords.cpp diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp old mode 100644 new mode 100755 index b99694fbf..b58c367db --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -400,7 +400,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"NETBALAN", {false, std::nullopt}}, {"NETCOMPA", {false, std::nullopt}}, {"NEXT", {false, std::nullopt}}, - {"NEXTSTEP", {false, std::nullopt}}, {"NEXTSTPL", {false, std::nullopt}}, {"NINENUM", {false, std::nullopt}}, {"NINEPOIN", {false, std::nullopt}},