Enable owner first ordering by default

This commit is contained in:
Alf Birger Rustad 2020-04-01 12:58:59 +02:00
parent 202235abe0
commit 62f5ba95b4

View File

@ -88,7 +88,7 @@ SET_BOOL_PROP(EclBaseVanguard, EnableOpmRstFile, false);
SET_BOOL_PROP(EclBaseVanguard, EclStrictParsing, false);
SET_BOOL_PROP(EclBaseVanguard, SchedRestart, true);
SET_INT_PROP(EclBaseVanguard, EdgeWeightsMethod, 1);
SET_BOOL_PROP(EclBaseVanguard, OwnerCellsFirst, false);
SET_BOOL_PROP(EclBaseVanguard, OwnerCellsFirst, true);
END_PROPERTIES