mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adding default value to the InitialStateComputer constructor to avoid specifying the number of pressure points when using outside simulator (i.e., in testing..)
This commit is contained in:
parent
ea587d53b2
commit
31ecb416be
@ -686,7 +686,7 @@ public:
|
||||
const GridView& gridView,
|
||||
const CartesianIndexMapper& cartMapper,
|
||||
const double grav,
|
||||
const int num_pressure_points,
|
||||
const int num_pressure_points = 2000,
|
||||
const bool applySwatInit = true);
|
||||
|
||||
using Vec = std::vector<double>;
|
||||
|
Loading…
Reference in New Issue
Block a user