mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed globalGridCellIndex to reservoirCellIndex
This commit is contained in:
committed by
Magne Sjaastad
parent
16f762984e
commit
6cdd9cfdc5
@@ -52,7 +52,7 @@ public:
|
||||
RigCell& cell(size_t gridCellIndex);
|
||||
const RigCell& cell(size_t gridCellIndex) const;
|
||||
|
||||
size_t globalGridCellIndex(size_t gridLocalCellIndex) const;
|
||||
size_t reservoirCellIndex(size_t gridLocalCellIndex) const;
|
||||
void setIndexToStartOfCells(size_t indexToStartOfCells) { m_indexToStartOfCells = indexToStartOfCells; }
|
||||
|
||||
void setGridIndex(size_t index) { m_gridIndex = index; }
|
||||
|
||||
Reference in New Issue
Block a user