Merge pull request #443 from iLoop2/ThresholdPressure

Added suport for new Threshold Pressure behavior
This commit is contained in:
Joakim Hove
2015-08-24 16:54:12 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -373,7 +373,7 @@ try
// initialize variables
simtimer.init(timeMap);
std::vector<double> threshold_pressures = thresholdPressures(eclipseState, grid);
std::vector<double> threshold_pressures = thresholdPressures(parseMode, eclipseState, grid);
SimulatorFullyImplicitBlackoilSolvent< Grid > simulator(param,
grid,