From 0760442ac10e16786719be4f575055133ab4905f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 5 Jun 2019 12:27:16 +0200 Subject: [PATCH 1/2] Remove FIPNUM From List of Unsupported Keywords We've supported the keyword--both in the deck reader (parser) and in the simulator--for a long time. --- opm/autodiff/MissingFeatures.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opm/autodiff/MissingFeatures.cpp b/opm/autodiff/MissingFeatures.cpp index 2ee53cc8b..f706b5760 100644 --- a/opm/autodiff/MissingFeatures.cpp +++ b/opm/autodiff/MissingFeatures.cpp @@ -106,7 +106,6 @@ namespace MissingFeatures { "EXCEL", "EXTRAPMS", "FILLEPS", - "FIPNUM", "FLUXTYPE", "FULLIMP", "GCONSALE", From 123b578bdd3f1a3ce9c3324a2f740882742dcfa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 5 Jun 2019 13:41:31 +0200 Subject: [PATCH 2/2] Prune Additional Supported Keywords Support for AQUCT, AQUTAB, COMPLUMP was introduced quite some time ago. --- opm/autodiff/MissingFeatures.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/opm/autodiff/MissingFeatures.cpp b/opm/autodiff/MissingFeatures.cpp index f706b5760..11428cc0a 100644 --- a/opm/autodiff/MissingFeatures.cpp +++ b/opm/autodiff/MissingFeatures.cpp @@ -85,13 +85,10 @@ namespace MissingFeatures { "API", "APIGROUP", "AQUCON", - "AQUCT", - "AQUTAB", "AQUNUM", "BRANPROP", "CARFIN", "COMPDATL", - "COMPLUMP", "CONNECTION", "CPR", "DATE",