mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Flowexperimental: set MatrixAddWellContribution default to false.
This commit is contained in:
parent
eb3d4e9203
commit
885ca50504
@ -175,7 +175,7 @@ struct UseMultisegmentWell<TypeTag, Properties::TTag::FlowExpTypeTag>
|
||||
// set some properties that are only required by the well model
|
||||
template<class TypeTag>
|
||||
struct MatrixAddWellContributions<TypeTag, Properties::TTag::FlowExpTypeTag>
|
||||
{ static constexpr bool value = true; };
|
||||
{ static constexpr bool value = false; };
|
||||
|
||||
} // namespace Opm::Parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user