From 6c85751d913b260665deb9c8b8a6b803dda7ec77 Mon Sep 17 00:00:00 2001 From: Fredrik Gundersen Date: Mon, 24 Aug 2015 15:41:32 +0200 Subject: [PATCH] Added suport for new Threshold Pressure behavior --- examples/flow.cpp | 2 +- examples/flow_solvent.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,