Switch default for restarting to read historic schedule

This commit is contained in:
Alf Birger Rustad 2020-11-03 17:56:24 +01:00
parent 4f1bed2890
commit 590da4b0ae

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