Merge pull request #2897 from alfbr/sched-restart

Switch default for restarting to read historic schedule
This commit is contained in:
Joakim Hove 2020-11-03 21:10:31 +01:00 committed by GitHub
commit a2148446e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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