From 3cd87a8c890f77920f1ff81113a30bd7dc3351e5 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 9 Nov 2022 12:38:18 +0100 Subject: [PATCH] StandardWellPrimaryVariables: store values as Scalar --- opm/simulators/wells/StandardWellPrimaryVariables.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/wells/StandardWellPrimaryVariables.hpp b/opm/simulators/wells/StandardWellPrimaryVariables.hpp index 14d48bcd4..a105ea4b0 100644 --- a/opm/simulators/wells/StandardWellPrimaryVariables.hpp +++ b/opm/simulators/wells/StandardWellPrimaryVariables.hpp @@ -153,7 +153,7 @@ private: //! \brief The values for the primary variables. //! \details Based on different solution strategies, the wells can have different primary variables. - std::vector value_; + std::vector value_; //! \brief The Evaluation for the well primary variables. //! \details Contain derivatives and are used in AD calculation