From 65addddb06aa9dea7754248ba36c7e6d1a9312fd Mon Sep 17 00:00:00 2001 From: OPMUSER Date: Fri, 8 Jul 2022 18:20:18 +0800 Subject: [PATCH] Update UnsupportedFlowKeywords.cpp Remove TEMPVD from the unsupported key list, as tested as working. --- 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 da2871dbe..f054c2ff6 100755 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -623,7 +623,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"TEMP", {false, std::nullopt}}, {"TEMPNODE", {false, std::nullopt}}, {"TEMPTVD", {false, std::nullopt}}, - {"TEMPVD", {false, std::nullopt}}, {"TIGHTEN", {false, std::nullopt}}, {"TIGHTENP", {false, std::nullopt}}, {"TIME", {false, std::nullopt}},