From 6da47344a3a316da67c74ed2de6a109be26631db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Tue, 17 Aug 2021 10:29:36 +0200 Subject: [PATCH] Record New Supported Keywords We recently added support for * RPTONLY * RPTONLYO * SUMTHIN --- opm/simulators/utils/UnsupportedFlowKeywords.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp index ba88c252a..65a1953c4 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -550,8 +550,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"ROCKOPTS", {false, std::nullopt}}, {"ROCKTAB", {false, std::nullopt}}, {"RPTGRID", {false, std::nullopt}}, - {"RPTONLY", {false, std::nullopt}}, - {"RPTONLYO", {false, std::nullopt}}, {"RPTPROS", {false, std::nullopt}}, {"PRTRST", {false, std::nullopt}}, {"RPTRUNSP", {false, std::nullopt}}, @@ -568,7 +566,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"SKIP", {false, std::nullopt}}, {"SKIP100", {false, std::nullopt}}, {"SKIP300", {false, std::nullopt}}, - {"SUMTHIN", {false, std::nullopt}}, {"SALT", {false, std::nullopt}}, {"SALTNODE", {false, std::nullopt}}, {"SALTREST", {false, std::nullopt}},