From a79fd671044de24bb66cfe439dc209255f52725f Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Tue, 26 Oct 2021 07:42:14 +0200 Subject: [PATCH] Mark keywords DIFFC, DIFFUSE and GPMAINT as supported --- 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 eb1725e5e..dc74e5228 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.cpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.cpp @@ -114,7 +114,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"DEPTHTAB", {false, std::nullopt}}, {"DIAGDISP", {false, std::nullopt}}, {"DIFF", {false, std::nullopt}}, - {"DIFFC", {false, std::nullopt}}, {"DIFFCOAL", {false, std::nullopt}}, {"DIFFDP", {false, std::nullopt}}, {"DIFFMMF", {false, std::nullopt}}, @@ -130,7 +129,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"DIFFMZ-", {false, std::nullopt}}, {"DIFFR", {false, std::nullopt}}, {"DIFFTHT", {false, std::nullopt}}, - {"DIFFUSE", {false, std::nullopt}}, {"DIFFX", {false, std::nullopt}}, {"DIFFY", {false, std::nullopt}}, {"DIFFZ", {false, std::nullopt}}, @@ -236,7 +234,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords() {"GNETDP", {false, std::nullopt}}, {"GNETINJE", {false, std::nullopt}}, {"GNETPUMP", {false, std::nullopt}}, - {"GPMAINT", {false, std::nullopt}}, {"GRADGRUP", {false, std::nullopt}}, {"GRADRESV", {false, std::nullopt}}, {"GRADRFT", {false, std::nullopt}},