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

@@ -259,7 +259,7 @@ void RigMainGrid::calculateFaults()
continue;
}
neighborGlobalCellIdx = hostGrid->globalGridCellIndex(neighborGridCellIdx);
neighborGlobalCellIdx = hostGrid->reservoirCellIndex(neighborGridCellIdx);
if (m_cells[neighborGlobalCellIdx].isInvalid())
{
continue;