mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed globalGridCellIndex to reservoirCellIndex
This commit is contained in:
committed by
Magne Sjaastad
parent
16f762984e
commit
6cdd9cfdc5
@@ -259,7 +259,7 @@ void RigMainGrid::calculateFaults()
|
||||
continue;
|
||||
}
|
||||
|
||||
neighborGlobalCellIdx = hostGrid->globalGridCellIndex(neighborGridCellIdx);
|
||||
neighborGlobalCellIdx = hostGrid->reservoirCellIndex(neighborGridCellIdx);
|
||||
if (m_cells[neighborGlobalCellIdx].isInvalid())
|
||||
{
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user