mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed globalCellIndex to reservoirCellIndex
This commit is contained in:
committed by
Magne Sjaastad
parent
0ea794a1a8
commit
37ef1cf71c
@@ -38,9 +38,9 @@ public:
|
||||
size_t globalCellResultCount() const;
|
||||
bool isCoarseningActive() const;
|
||||
|
||||
bool isActive(size_t globalCellIndex) const;
|
||||
size_t cellResultIndex(size_t globalCellIndex) const;
|
||||
void setCellResultIndex(size_t globalCellIndex, size_t globalResultCellIndex);
|
||||
bool isActive(size_t reservoirCellIndex) const;
|
||||
size_t cellResultIndex(size_t reservoirCellIndex) const;
|
||||
void setCellResultIndex(size_t reservoirCellIndex, size_t globalResultCellIndex);
|
||||
|
||||
void setGridCount(size_t gridCount);
|
||||
void setGridActiveCellCounts(size_t gridIndex, size_t activeCellCount);
|
||||
|
||||
Reference in New Issue
Block a user