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