Merge pull request #2512 from alfbr/enable-owner-first

Enable owner first ordering by default
This commit is contained in:
Markus Blatt 2020-04-02 13:07:48 +02:00 committed by GitHub
commit e8145656de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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