Use compressedIndexForInterior() for mapping cartesian indices.

This commit is contained in:
Atgeirr Flø Rasmussen
2022-09-05 12:42:54 +02:00
parent 69b32f7004
commit e9cba9e0c1
3 changed files with 1 additions and 7 deletions

View File

@@ -439,8 +439,6 @@ protected:
std::vector<std::reference_wrapper<ParallelWellInfo>> local_parallel_well_info_;
std::vector<WellProdIndexCalculator> prod_index_calc_;
std::vector<int> cartesian_to_compressed_;
std::vector<int> pvt_region_idx_;