mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove extra call to extractPvtTableIndex().
This commit is contained in:
parent
4d9a30807b
commit
22d0d7cd27
@ -135,14 +135,6 @@ BlackoilPropsAdFromDeck::BlackoilPropsAdFromDeck(const BlackoilPropsAdFromDeck&
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// first, calculate the PVT table index for each compressed
|
|
||||||
// cell. This array is required to construct the PVT classes
|
|
||||||
// below.
|
|
||||||
Opm::extractPvtTableIndex(cellPvtRegionIdx_,
|
|
||||||
deck,
|
|
||||||
number_of_cells,
|
|
||||||
global_cell);
|
|
||||||
|
|
||||||
const int numSamples = 0;
|
const int numSamples = 0;
|
||||||
|
|
||||||
// Resize the property objects container
|
// Resize the property objects container
|
||||||
|
Loading…
Reference in New Issue
Block a user