mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Switch default for restarting to read historic schedule
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user