mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed cellindex to gridLocalCellIndex
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user