mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-03 13:06:54 -06:00
Merge pull request #2897 from alfbr/sched-restart
Switch default for restarting to read historic schedule
This commit is contained in:
commit
a2148446e0
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user