Merge pull request #570 from atgeirr/fix-api-change

Fix change in signature of extractPvtTableIndex() in solvent props.
This commit is contained in:
Atgeirr Flø Rasmussen 2016-01-08 14:49:50 +01:00
commit 19c168caca

View File

@ -39,7 +39,7 @@ SolventPropsAdFromDeck::SolventPropsAdFromDeck(DeckConstPtr deck,
if (deck->hasKeyword("SOLVENT")) {
// 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);
// surface densities
if (deck->hasKeyword("SDENSITY")) {