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
@@ -368,7 +368,7 @@ double RigGridBase::characteristicIJCellSize()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
size_t RigGridBase::globalGridCellIndex(size_t gridLocalCellIndex) const
|
||||
size_t RigGridBase::reservoirCellIndex(size_t gridLocalCellIndex) const
|
||||
{
|
||||
return m_indexToStartOfCells + gridLocalCellIndex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user