Renamed globalGridCellIndex to reservoirCellIndex

This commit is contained in:
Jacob Støren
2014-08-08 10:16:54 +02:00
committed by Magne Sjaastad
parent 16f762984e
commit 6cdd9cfdc5
13 changed files with 37 additions and 37 deletions

View File

@@ -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;
}