Merge pull request #3631 from alfbr/default-sched

Changed default for sched-restart to false
This commit is contained in:
Bård Skaflestad 2021-10-25 13:51:52 +02:00 committed by GitHub
commit 102a6b9507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ struct EclStrictParsing<TypeTag, TTag::EclBaseVanguard> {
};
template<class TypeTag>
struct SchedRestart<TypeTag, TTag::EclBaseVanguard> {
static constexpr bool value = true;
static constexpr bool value = false;
};
template<class TypeTag>
struct EdgeWeightsMethod<TypeTag, TTag::EclBaseVanguard> {