mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #390 from joakim-hove/opm-rst-default-false
[Equinor internal]: Opm rst default false
This commit is contained in:
commit
2e75eaa0ac
@ -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