mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Switch default for restarting to read historic schedule
This commit is contained in:
parent
4f1bed2890
commit
590da4b0ae
@ -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