mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
chaning std::arrary to std::vector for more flexibility
This commit is contained in:
parent
49d6cfb188
commit
a3872a4bbd
@ -63,7 +63,7 @@ namespace Opm
|
|||||||
/// pressure specification.
|
/// pressure specification.
|
||||||
ADB well_eq;
|
ADB well_eq;
|
||||||
|
|
||||||
std::array<double, 3> matbalscale;
|
std::vector<double> matbalscale;
|
||||||
|
|
||||||
/// The size of the non-linear system.
|
/// The size of the non-linear system.
|
||||||
int sizeNonLinear() const;
|
int sizeNonLinear() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user