mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-31 11:07:57 -05:00
Added suport for new Threshold Pressure behavior
This commit is contained in:
+1
-1
@@ -363,7 +363,7 @@ try
|
||||
// initialize variables
|
||||
simtimer.init(timeMap);
|
||||
|
||||
std::vector<double> threshold_pressures = thresholdPressures(eclipseState, grid);
|
||||
std::vector<double> threshold_pressures = thresholdPressures(parseMode, eclipseState, grid);
|
||||
|
||||
SimulatorFullyImplicitBlackoil< Grid > simulator(param,
|
||||
grid,
|
||||
|
||||
Reference in New Issue
Block a user