Flowexperimental: set MatrixAddWellContribution default to false.

This commit is contained in:
Atgeirr Flø Rasmussen 2024-08-13 16:06:07 +02:00
parent eb3d4e9203
commit 885ca50504

View File

@ -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