From 390a5a4b82079a095e3c01a8ef4c21372cb76e44 Mon Sep 17 00:00:00 2001 From: Paul Egberts Date: Sun, 6 Mar 2022 21:02:22 +0100 Subject: [PATCH] clean up --- opm/simulators/flow/BlackoilModelEbos.hpp | 1 - opm/simulators/utils/UnsupportedFlowKeywords.cpp | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/opm/simulators/flow/BlackoilModelEbos.hpp b/opm/simulators/flow/BlackoilModelEbos.hpp index f7aba1150..3eb5a1fb3 100644 --- a/opm/simulators/flow/BlackoilModelEbos.hpp +++ b/opm/simulators/flow/BlackoilModelEbos.hpp @@ -452,7 +452,6 @@ namespace Opm { { Scalar resultDelta = 0.0; Scalar resultDenom = 0.0; - //return 0.0; const auto& elemMapper = ebosSimulator_.model().elementMapper(); const auto& gridView = ebosSimulator_.gridView(); diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.cpp b/opm/simulators/utils/UnsupportedFlowKeywords.cpp index bd2d99cb6..8197a8010 100755 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -488,7 +488,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"PPCWMAX", {false, std::nullopt}}, {"PRORDER", {false, std::nullopt}}, {"PRVD", {false, std::nullopt}}, - //{"PVTGW", {false, std::nullopt}}, {"PVTGWO", {false, std::nullopt}}, {"RAINFALL", {false, std::nullopt}}, {"RBEDCONT", {false, std::nullopt}}, @@ -549,7 +548,7 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"RSCONSTT", {false, std::nullopt}}, {"RSSPEC", {false, std::nullopt}}, {"RTEMPA", {false, std::nullopt}}, - //{"RWGSALT", {false, std::nullopt}}, + {"RWGSALT", {false, std::nullopt}}, {"SAMG", {false, std::nullopt}}, {"SAVE", {false, std::nullopt}}, {"SKIP", {false, std::nullopt}}, @@ -659,7 +658,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"USECUPL", {false, std::nullopt}}, {"USEFLUX", {false, std::nullopt}}, {"USENOFLO", {false, std::nullopt}}, - //{"VAPWAT", {false, std::nullopt}}, {"VDFLOW", {false, std::nullopt}}, {"VDFLOWR", {false, std::nullopt}}, {"VE", {false, std::nullopt}},