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.
This commit is contained in:
Andreas Lauser
2019-01-14 09:59:14 +01:00
parent 71d4162a7e
commit 89a6afdba1

View File

@@ -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.