mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-27 03:30:17 -06:00
Set default value of parameter EnableOpmRstFile to false
This commit is contained in:
parent
9e483bed45
commit
c4c0d4ab9f
@ -72,7 +72,7 @@ NEW_PROP_TAG(IgnoreKeywords);
|
||||
SET_STRING_PROP(EclBaseVanguard, IgnoreKeywords, "");
|
||||
SET_STRING_PROP(EclBaseVanguard, EclDeckFileName, "");
|
||||
SET_INT_PROP(EclBaseVanguard, EclOutputInterval, -1); // use the deck-provided value
|
||||
SET_BOOL_PROP(EclBaseVanguard, EnableOpmRstFile, true);
|
||||
SET_BOOL_PROP(EclBaseVanguard, EnableOpmRstFile, false);
|
||||
SET_BOOL_PROP(EclBaseVanguard, EclStrictParsing, false);
|
||||
|
||||
END_PROPERTIES
|
||||
|
Loading…
Reference in New Issue
Block a user