17 #ifndef OPM_EXTRACT_PVT_TABLE_INDEX_HPP
18 #define OPM_EXTRACT_PVT_TABLE_INDEX_HPP
20 #include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
26 void extractPvtTableIndex(std::vector<int> &pvtTableIdx,
27 const Opm::EclipseState& eclState,
29 const int *compressedToCartesianCellIdx);
33 #endif // OPM_EXTRACT_PVT_TABLE_INDEX_HPP