Set default value of EnableOpmRstFile to true

This commit is contained in:
Joakim Hove
2018-09-24 14:18:02 +02:00
parent 1a8f3e72ee
commit 0ca788f2f7

View File

@@ -68,7 +68,7 @@ NEW_PROP_TAG(EclOutputInterval);
SET_STRING_PROP(EclBaseVanguard, EclDeckFileName, "");
SET_INT_PROP(EclBaseVanguard, EclOutputInterval, -1); // use the deck-provided value
SET_BOOL_PROP(EclBaseVanguard, EnableOpmRstFile, false);
SET_BOOL_PROP(EclBaseVanguard, EnableOpmRstFile, true);
END_PROPERTIES