From a8dba1a726bd1e2b70fb951e183ecf3808241bcb Mon Sep 17 00:00:00 2001 From: OPMUSER Date: Tue, 21 Apr 2020 14:05:46 +0800 Subject: [PATCH] Update Missing-Features keywords Added GECONT, changed RIVRDIM to RIVRDIMS, added RPTSOL, RSSPEC, changed SCPDIMS to SCDPDIMS, --- .gitignore | 1 + opm/simulators/flow/MissingFeatures.cpp | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3f98f891f..a1e384f1b 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ test_vec .dir-locals.el build +opm/simulators/flow/#Untitled-1# diff --git a/opm/simulators/flow/MissingFeatures.cpp b/opm/simulators/flow/MissingFeatures.cpp index 6db6599ec..38eca3fdb 100644 --- a/opm/simulators/flow/MissingFeatures.cpp +++ b/opm/simulators/flow/MissingFeatures.cpp @@ -292,6 +292,7 @@ namespace MissingFeatures { "GDORIENT", "GDRILPOT", "GECON", + "GECONT", "GETGLOB", "GI", "GIALL", @@ -584,7 +585,7 @@ namespace MissingFeatures { "RIVDEBUG", "RIVRXSEC", "RIVERSYS", - "RIVRDIM", + "RIVRDIMS", "RIVRPROP", "RIVRXSE", "RIVSALT", @@ -625,8 +626,10 @@ namespace MissingFeatures { "PRTRST", "RPTRUNSP", "RPTSMRY", + "RPTSOL", "RSCONST", "RSCONSTT", + "RSSPEC", "RTEMPA", "SAMG", "SATOPTS",