Merge pull request #3 from andlaus/fix_strict_parsing

do not try to re-register the EclStrictParsing parameter
This commit is contained in:
Joakim Hove
2019-01-14 10:04:14 +01:00
committed by GitHub

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.