Merge pull request #506 from andlaus/thpress_from_initial

adapt to the threshold pressure related API changes
This commit is contained in:
Atgeirr Flø Rasmussen
2015-11-17 09:03:08 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -380,7 +380,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);
SimulatorFullyImplicitBlackoilSolvent< Grid > simulator(param,
grid,