mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-05 22:13:00 -06:00
eclpeacemanwell: use std::array
This commit is contained in:
parent
d94cc2cc30
commit
6045391bbd
@ -1762,7 +1762,7 @@ protected:
|
||||
std::array<Scalar, numPhases> actualResvRates_;
|
||||
|
||||
// The relative weight of the volumetric rate of each fluid
|
||||
Scalar volumetricWeight_[numPhases];
|
||||
std::array<Scalar, numPhases> volumetricWeight_;
|
||||
|
||||
// the reference depth for the bottom hole pressure. if not specified otherwise, this
|
||||
// is the position of the _highest_ DOF in the well.
|
||||
|
Loading…
Reference in New Issue
Block a user