mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed more stuff to gridLocalCellIndex
This commit is contained in:
@@ -368,9 +368,9 @@ double RigGridBase::characteristicIJCellSize()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
size_t RigGridBase::globalGridCellIndex(size_t localGridCellIndex) const
|
||||
size_t RigGridBase::globalGridCellIndex(size_t gridLocalCellIndex) const
|
||||
{
|
||||
return m_indexToStartOfCells + localGridCellIndex;
|
||||
return m_indexToStartOfCells + gridLocalCellIndex;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user