From d5f5fd8b8bcbccfd1e7fff5055db49dda9457a78 Mon Sep 17 00:00:00 2001 From: Cintia Goncalves Machado <54812829+goncalvesmachadoc@users.noreply.github.com> Date: Mon, 14 Oct 2019 12:47:17 +0200 Subject: [PATCH] Add few missing unsupported keywords to the list Added the unsupported keywords WBP, WBP4, WBP5, WBP9, NLINEARS to the list in MissingFeatures.cpp. --- opm/simulators/flow/MissingFeatures.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opm/simulators/flow/MissingFeatures.cpp b/opm/simulators/flow/MissingFeatures.cpp index e28b81b87..67f3ba175 100644 --- a/opm/simulators/flow/MissingFeatures.cpp +++ b/opm/simulators/flow/MissingFeatures.cpp @@ -366,6 +366,7 @@ namespace MissingFeatures { "NODEPROP", "NOGGF", "NOINSPEC", + "NLINEARS", "NOMONITO", "NONNC", "NORSSPEC", @@ -545,6 +546,10 @@ namespace MissingFeatures { "WBOREVOL", "WCALCVAL", "WCONINJH", + "WBP", + "WBP4", + "WBP5", + "WBP9", "WCUTBACK", "WCUTBACT", "WCYCLE",