eclpeacemanwell: use std::array

This commit is contained in:
Arne Morten Kvarving 2021-05-27 14:24:32 +02:00
parent d94cc2cc30
commit 6045391bbd

View File

@ -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.