mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3631 from alfbr/default-sched
Changed default for sched-restart to false
This commit is contained in:
commit
102a6b9507
@ -126,7 +126,7 @@ struct EclStrictParsing<TypeTag, TTag::EclBaseVanguard> {
|
||||
};
|
||||
template<class TypeTag>
|
||||
struct SchedRestart<TypeTag, TTag::EclBaseVanguard> {
|
||||
static constexpr bool value = true;
|
||||
static constexpr bool value = false;
|
||||
};
|
||||
template<class TypeTag>
|
||||
struct EdgeWeightsMethod<TypeTag, TTag::EclBaseVanguard> {
|
||||
|
Loading…
Reference in New Issue
Block a user