mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
StandardWellPrimaryVariables: store values as Scalar
This commit is contained in:
parent
8e3121113c
commit
3cd87a8c89
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user