mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Use double-brace init for std::array.
This commit is contained in:
@@ -768,7 +768,7 @@ std::tuple<double, double>
|
||||
|
||||
double Ptestvalue = pressurePoints[pointidx];
|
||||
|
||||
std::array<double,2> maxPhasePerm({0.0, 0.0});
|
||||
std::array<double,2> maxPhasePerm{{0.0, 0.0}};
|
||||
std::array<std::vector<double>,2> phasePermValues;
|
||||
std::array<std::vector<std::vector<double>>,2> phasePermValuesDiag;
|
||||
std::array<double,2> minPhasePerm;
|
||||
|
||||
Reference in New Issue
Block a user