mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix call to DerivedGeology constructor.
New argument to constructor was not provided, still compiled due to default argument.
This commit is contained in:
@@ -243,7 +243,7 @@ try
|
|||||||
// initialize variables
|
// initialize variables
|
||||||
simtimer.init(timeMap);
|
simtimer.init(timeMap);
|
||||||
|
|
||||||
Opm::DerivedGeology geology(*grid, *new_props, eclipseState, grav);
|
Opm::DerivedGeology geology(*grid, *new_props, eclipseState, false, grav);
|
||||||
|
|
||||||
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, *grid);
|
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, *grid);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user