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

@@ -115,7 +115,7 @@ void RigFault::computeFaultFacesFromCellRanges(const RigMainGrid* mainGrid)
}
// Do not need to compute global grid cell index as for a maingrid localIndex == globalIndex
//size_t reservoirCellIndex = grid->globalGridCellIndex(gridLocalCellIndex);
//size_t reservoirCellIndex = grid->reservoirCellIndex(gridLocalCellIndex);
size_t ni, nj, nk;
mainGrid->neighborIJKAtCellFace(i, j, k, faceEnum, &ni, &nj, &nk);