From 89a6afdba1a9bda768b5dacbeba1fc24264582cc Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Mon, 14 Jan 2019 09:59:14 +0100 Subject: [PATCH] do not try to re-register the EclStrictParsing parameter this is already done by the eWoms side and for consistency reasons, parameters may only be registered once. --- opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp b/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp index c9dd4093b..07b5aecdd 100644 --- a/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp +++ b/opm/autodiff/SimulatorFullyImplicitBlackoilEbos.hpp @@ -40,12 +40,10 @@ BEGIN_PROPERTIES NEW_PROP_TAG(EnableTerminalOutput); NEW_PROP_TAG(EnableAdaptiveTimeStepping); NEW_PROP_TAG(EnableTuning); -NEW_PROP_TAG(EclStrictParsing); SET_BOOL_PROP(EclFlowProblem, EnableTerminalOutput, true); SET_BOOL_PROP(EclFlowProblem, EnableAdaptiveTimeStepping, true); SET_BOOL_PROP(EclFlowProblem, EnableTuning, false); -SET_BOOL_PROP(EclFlowProblem, EclStrictParsing, false); END_PROPERTIES @@ -126,8 +124,6 @@ public: "Use adaptive time stepping between report steps"); EWOMS_REGISTER_PARAM(TypeTag, bool, EnableTuning, "Honor some aspects of the TUNING keyword."); - EWOMS_REGISTER_PARAM(TypeTag, bool, EclStrictParsing, - "Handle input in strict mode - will terminate if any errors are found"); } /// Run the simulation.