mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
chaning std::arrary to std::vector for more flexibility
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user