#4266 : flow diagnostics: Update related to API changes

This commit is contained in:
Magne Sjaastad
2019-04-01 11:11:30 +02:00
parent 1ac2429f62
commit 96a7f02abe
4 changed files with 6 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ namespace RigFlowDiagInterfaceTools {
{
auto satfunc = Opm::ECLSaturationFunc(G, init);
Opm::ECLFluxCalc calc(G, init, 9.80665);
Opm::ECLFluxCalc calc(G, init, 9.80665, false);
auto getFlux = [&calc, &rstrt]
(const Opm::ECLPhaseIndex p)