From 8870da536d4c1934c1e6a9c011a7ffd8f63dbed3 Mon Sep 17 00:00:00 2001 From: chflo Date: Tue, 17 Feb 2015 10:12:37 +0100 Subject: [PATCH] OPM-166: opm-core method thresholdPressures signature has changed --- examples/sim_poly_fibo_ad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sim_poly_fibo_ad.cpp b/examples/sim_poly_fibo_ad.cpp index c85e0521c..9189fe0db 100644 --- a/examples/sim_poly_fibo_ad.cpp +++ b/examples/sim_poly_fibo_ad.cpp @@ -216,7 +216,7 @@ try SimulatorReport fullReport; Opm::DerivedGeology geology(*grid->c_grid(), *new_props, eclipseState, grav); - std::vector threshold_pressures = thresholdPressures(deck, eclipseState, *grid->c_grid()); + std::vector threshold_pressures = thresholdPressures(eclipseState, *grid->c_grid()); SimulatorFullyImplicitBlackoilPolymer simulator(param, *grid->c_grid(), geology,