mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
eclpeacemanwell: use std::array
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user