From 885ca505041be85a49678e3821c941ab02000c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Tue, 13 Aug 2024 16:06:07 +0200 Subject: [PATCH] Flowexperimental: set MatrixAddWellContribution default to false. --- flowexperimental/flowexp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowexperimental/flowexp.hpp b/flowexperimental/flowexp.hpp index 9e751ba6b..f2e041c6b 100644 --- a/flowexperimental/flowexp.hpp +++ b/flowexperimental/flowexp.hpp @@ -175,7 +175,7 @@ struct UseMultisegmentWell // set some properties that are only required by the well model template struct MatrixAddWellContributions -{ static constexpr bool value = true; }; +{ static constexpr bool value = false; }; } // namespace Opm::Parameters