Merge pull request #390 from joakim-hove/opm-rst-default-false

[Equinor internal]: Opm rst default false
This commit is contained in:
Andreas Lauser 2019-02-18 12:19:13 +01:00 committed by GitHub
commit 2e75eaa0ac

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