Changed default for sched-restart to false

This commit is contained in:
Alf Birger Rustad
2021-10-25 12:14:33 +02:00
parent f1ecaf0231
commit 0a1143abff

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> {