mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename of GlobalCell to ReservoirCell
This commit is contained in:
@@ -163,12 +163,12 @@ void RivFaultGeometryGenerator::computeArrays()
|
||||
#pragma omp parallel for
|
||||
for (int fIdx = 0; fIdx < static_cast<int>(faultFaces.size()); fIdx++)
|
||||
{
|
||||
size_t cellIndex = faultFaces[fIdx].m_nativeGlobalCellIndex;
|
||||
size_t cellIndex = faultFaces[fIdx].m_nativeReservoirCellIndex;
|
||||
cvf::StructGridInterface::FaceType face = faultFaces[fIdx].m_nativeFace;
|
||||
|
||||
if (!m_computeNativeFaultFaces)
|
||||
{
|
||||
cellIndex = faultFaces[fIdx].m_oppositeGlobalCellIndex;
|
||||
cellIndex = faultFaces[fIdx].m_oppositeReservoirCellIndex;
|
||||
face = cvf::StructGridInterface::oppositeFace(faultFaces[fIdx].m_nativeFace);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user