Skip to content

Commit

Permalink
Return value from queryPairs
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Aug 15, 2024
1 parent c985b1c commit e8e3e25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/operation/relateng/EdgeSetIntersector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ EdgeSetIntersector::process(EdgeSegmentIntersector& intersector)

testChain->computeOverlaps(queryChain, &overlapAction);

if (intersector.isDone())
return;
return !intersector.isDone();
});

}
Expand Down

0 comments on commit e8e3e25

Please sign in to comment.