From b4fa06f305ad76e4671b5edadf7786bc219b8ed8 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Tue, 10 Jul 2018 09:36:54 +0200 Subject: [PATCH] Mark keyword ACTIONX as not supported --- opm/autodiff/MissingFeatures.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/autodiff/MissingFeatures.cpp b/opm/autodiff/MissingFeatures.cpp index bbff9a1b7..c9e0b20f7 100644 --- a/opm/autodiff/MissingFeatures.cpp +++ b/opm/autodiff/MissingFeatures.cpp @@ -69,6 +69,7 @@ namespace MissingFeatures { // The list is used to output messages only. std::unordered_set unsupported_keywords = { "ACTION", + "ACTIONX", "ADSALNOD", "API", "APIGROUP",