mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Moved Faluts to MainGrid. New fault calculation
Now finding the uncovered geometrical faults and adds them to a separate generated fault.
This commit is contained in:
@@ -165,7 +165,7 @@ void RivFaultGeometryGenerator::computeArrays()
|
||||
if (!m_computeNativeFaultFaces)
|
||||
{
|
||||
cellIndex = faultFaces[fIdx].m_oppositeGlobalCellIndex;
|
||||
face = faultFaces[fIdx].m_oppositeFace;
|
||||
face = cvf::StructGridInterface::oppositeFace(faultFaces[fIdx].m_nativeFace);
|
||||
}
|
||||
|
||||
if (!(*m_cellVisibility)[cellIndex]) continue;
|
||||
|
||||
Reference in New Issue
Block a user