From 5c51d4dea415c44a8140e2f96ac034b01d89d058 Mon Sep 17 00:00:00 2001 From: Cintia Goncalves Machado Date: Wed, 12 May 2021 12:04:01 +0200 Subject: [PATCH] Remove COPYREG and add RPTSOL Remove COPYREG (https://github.com/OPM/opm-simulators/issues/3234) and add RPTSOL (https://github.com/OPM/opm-simulators/issues/3248) as non-critical missing keyword --- opm/simulators/utils/UnsupportedFlowKeywords.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.hpp b/opm/simulators/utils/UnsupportedFlowKeywords.hpp index f9e023175..373a34be3 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.hpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.hpp @@ -133,7 +133,6 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = { {"CONNECTION_PROBE", {false, std::nullopt}}, {"COORDSYS", {false, std::nullopt}}, {"COPYBOX", {false, std::nullopt}}, - {"COPYREG", {false, std::nullopt}}, {"CRITPERM", {false, std::nullopt}}, {"DATUMR", {false, std::nullopt}}, {"DATUMRX", {false, std::nullopt}}, @@ -565,6 +564,7 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = { {"RPTISOL", {false, std::nullopt}}, {"RPTPROPS", {false, std::nullopt}}, {"RPTREGS", {false, std::nullopt}}, + {"RPTSOL", {false, std::nullopt}}, {"RSGI", {false, std::nullopt}}, {"RSSPE", {false, std::nullopt}}, {"RSSSPEC", {false, std::nullopt}},