Skip to content

Commit

Permalink
Compute overlap area with direct neighbor
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 24, 2024
1 parent cf4cf56 commit c8a7ce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ void RigCellFaceGeometryTools::extractConnectionsForFace( const RigFault::FaultF
if ( candidateCellIndex == neighborCellIndex )
{
// Exclude direct neighbor
continue;
// continue;
}

if ( neighborCellIndex != std::numeric_limits<size_t>::max() )
Expand Down

0 comments on commit c8a7ce8

Please sign in to comment.