Update flow_multisegment to match thresholdPressure() API change.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-11-17 14:04:52 +01:00 committed by Kai Bao
parent 9ee2d92f3f
commit b9e80c1950

View File

@ -409,7 +409,9 @@ try
// initialize variables
simtimer.init(timeMap);
std::vector<double> threshold_pressures = thresholdPressures(parseMode, eclipseState, grid);
std::map<std::pair<int, int>, double> maxDp;
computeMaxDp(maxDp, deck, eclipseState, grid, state, props, gravity[2]);
std::vector<double> threshold_pressures = thresholdPressures(deck, eclipseState, grid, maxDp);
SimulatorFullyImplicitBlackoilMultiSegment< Grid > simulator(param,
grid,