Renamed cellindex to gridLocalCellIndex

This commit is contained in:
Jacob Støren
2014-08-22 08:01:31 +02:00
parent 03df28282c
commit 9e22c90a4a
8 changed files with 13 additions and 13 deletions

View File

@@ -251,7 +251,7 @@ void RigMainGrid::calculateFaults()
if (firstNO_FAULTFaceForCell) // To avoid doing this for every face, and only when detecting a NO_FAULT
{
hostGrid = m_cells[gcIdx].hostGrid();
hostGrid->ijkFromCellIndex(m_cells[gcIdx].cellIndex(), &i,&j, &k);
hostGrid->ijkFromCellIndex(m_cells[gcIdx].gridLocalCellIndex(), &i,&j, &k);
firstNO_FAULTFaceForCell = false;
}