From c8a7ce8ff55d08ea4dd04c9b7ec5c206c6fd965c Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Sun, 24 Mar 2024 15:35:30 +0100 Subject: [PATCH] Compute overlap area with direct neighbor --- .../ReservoirDataModel/RigCellFaceGeometryTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationLibCode/ReservoirDataModel/RigCellFaceGeometryTools.cpp b/ApplicationLibCode/ReservoirDataModel/RigCellFaceGeometryTools.cpp index e01fc78421..70f3aec8c7 100644 --- a/ApplicationLibCode/ReservoirDataModel/RigCellFaceGeometryTools.cpp +++ b/ApplicationLibCode/ReservoirDataModel/RigCellFaceGeometryTools.cpp @@ -275,7 +275,7 @@ void RigCellFaceGeometryTools::extractConnectionsForFace( const RigFault::FaultF if ( candidateCellIndex == neighborCellIndex ) { // Exclude direct neighbor - continue; + // continue; } if ( neighborCellIndex != std::numeric_limits::max() )