StandardWellPrimaryVariables: store values as Scalar

This commit is contained in:
Arne Morten Kvarving 2022-11-09 12:38:18 +01:00
parent 8e3121113c
commit 3cd87a8c89

View File

@ -153,7 +153,7 @@ private:
//! \brief The values for the primary variables. //! \brief The values for the primary variables.
//! \details Based on different solution strategies, the wells can have different primary variables. //! \details Based on different solution strategies, the wells can have different primary variables.
std::vector<double> value_; std::vector<Scalar> value_;
//! \brief The Evaluation for the well primary variables. //! \brief The Evaluation for the well primary variables.
//! \details Contain derivatives and are used in AD calculation //! \details Contain derivatives and are used in AD calculation