mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3 from andlaus/fix_strict_parsing
do not try to re-register the EclStrictParsing parameter
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user