Renamed globalCellIndex to reservoirCellIndex

This commit is contained in:
Jacob Støren
2014-08-08 10:02:26 +02:00
committed by Magne Sjaastad
parent 0ea794a1a8
commit 37ef1cf71c
9 changed files with 35 additions and 35 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 globalCellIndex = grid->globalGridCellIndex(gridLocalCellIndex);
//size_t reservoirCellIndex = grid->globalGridCellIndex(gridLocalCellIndex);
size_t ni, nj, nk;
mainGrid->neighborIJKAtCellFace(i, j, k, faceEnum, &ni, &nj, &nk);