mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -06:00
LocalWellSolveControlSwitching default to be false
This commit is contained in:
parent
e38e557bbc
commit
83bbe89342
@ -372,7 +372,7 @@ struct UseAverageDensityMsWells<TypeTag, TTag::FlowModelParameters> {
|
||||
};
|
||||
template<class TypeTag>
|
||||
struct LocalWellSolveControlSwitching<TypeTag, TTag::FlowModelParameters> {
|
||||
static constexpr bool value = true;
|
||||
static constexpr bool value = false;
|
||||
};
|
||||
|
||||
// Network solver parameters
|
||||
|
Loading…
Reference in New Issue
Block a user