Set default value of parameter EnableOpmRstFile to false

This commit is contained in:
Joakim Hove 2019-01-15 13:05:45 +01:00
parent 9e483bed45
commit c4c0d4ab9f

View File

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