From 41b928a190bdbe706eb1bd39fac284e8dc85f4f2 Mon Sep 17 00:00:00 2001 From: chflo Date: Thu, 7 Jan 2016 16:43:38 +0100 Subject: [PATCH] OPM-163: Changed signature for method extractPvtTableIndex --- opm/autodiff/BlackoilPropsAdFromDeck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/BlackoilPropsAdFromDeck.cpp b/opm/autodiff/BlackoilPropsAdFromDeck.cpp index e9bec438d..87599839b 100644 --- a/opm/autodiff/BlackoilPropsAdFromDeck.cpp +++ b/opm/autodiff/BlackoilPropsAdFromDeck.cpp @@ -158,7 +158,7 @@ BlackoilPropsAdFromDeck::BlackoilPropsAdFromDeck(const BlackoilPropsAdFromDeck& // retrieve the cell specific PVT table index from the deck // and using the grid... - extractPvtTableIndex(cellPvtRegionIdx_, deck, number_of_cells, global_cell); + extractPvtTableIndex(cellPvtRegionIdx_, eclState, number_of_cells, global_cell); if (init_rock){ rock_.init(eclState, number_of_cells, global_cell, cart_dims);