Use 'SchedRestart = true' For 2020.10 Release

The SchedRestart=false option is not sufficiently mature to be the
default setting for a public release.
This commit is contained in:
Bård Skaflestad 2020-10-29 23:40:07 +01:00
parent eda687706b
commit c35a251f16

View File

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