chaning std::arrary to std::vector for more flexibility

This commit is contained in:
Kai Bao 2015-09-08 11:13:44 +02:00
parent 49d6cfb188
commit a3872a4bbd

View File

@ -63,7 +63,7 @@ namespace Opm
/// pressure specification.
ADB well_eq;
std::array<double, 3> matbalscale;
std::vector<double> matbalscale;
/// The size of the non-linear system.
int sizeNonLinear() const;