From 2d24abb6301c30ee784db548822593bdba575afe Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Mon, 10 May 2021 22:48:56 +0200 Subject: [PATCH] removing numerical aquifer keywords from unsupported list AQUNUM, AQUCON --- opm/simulators/utils/UnsupportedFlowKeywords.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/simulators/utils/UnsupportedFlowKeywords.hpp b/opm/simulators/utils/UnsupportedFlowKeywords.hpp index ccfcafa34..7e9cdf79e 100644 --- a/opm/simulators/utils/UnsupportedFlowKeywords.hpp +++ b/opm/simulators/utils/UnsupportedFlowKeywords.hpp @@ -81,12 +81,10 @@ const Opm::KeywordValidation::UnsupportedKeywords unsupported_keywords = { {"AQUALIST", {false, std::nullopt}}, {"AQUCHGAS", {false, std::nullopt}}, {"AQUCHWAT", {false, std::nullopt}}, - {"AQUCON", {false, std::nullopt}}, {"AQUCWFAC", {false, std::nullopt}}, {"AQUFET", {false, std::nullopt}}, {"AQUFLUX", {false, std::nullopt}}, {"AQUNNC", {false, std::nullopt}}, - {"AQUNUM", {false, std::nullopt}}, {"AUTOCOAR", {false, std::nullopt}}, {"AUTOREF", {false, std::nullopt}}, {"BIGMODEL", {false, std::nullopt}},