diff --git a/examples/flow.cpp b/examples/flow.cpp index 81cc8e8fb..3f482dd34 100644 --- a/examples/flow.cpp +++ b/examples/flow.cpp @@ -363,7 +363,7 @@ try // initialize variables simtimer.init(timeMap); - std::vector threshold_pressures = thresholdPressures(eclipseState, grid); + std::vector threshold_pressures = thresholdPressures(parseMode, eclipseState, grid); SimulatorFullyImplicitBlackoil< Grid > simulator(param, grid, diff --git a/examples/flow_solvent.cpp b/examples/flow_solvent.cpp index a380da226..e7e1b98a6 100644 --- a/examples/flow_solvent.cpp +++ b/examples/flow_solvent.cpp @@ -373,7 +373,7 @@ try // initialize variables simtimer.init(timeMap); - std::vector threshold_pressures = thresholdPressures(eclipseState, grid); + std::vector threshold_pressures = thresholdPressures(parseMode, eclipseState, grid); SimulatorFullyImplicitBlackoilSolvent< Grid > simulator(param, grid,