[geos-commits] [SCM] GEOS branch main updated. e8e3e25549544cbaa672087bca765f190ec4d3b7

git at osgeo.org git at osgeo.org
Thu Aug 15 13:53:19 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  e8e3e25549544cbaa672087bca765f190ec4d3b7 (commit)
      from  c985b1ccc4babd9f7500ccf84d50d3bfcc60fc40 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e8e3e25549544cbaa672087bca765f190ec4d3b7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Aug 15 13:52:45 2024 -0700

    Return value from queryPairs

diff --git a/src/operation/relateng/EdgeSetIntersector.cpp b/src/operation/relateng/EdgeSetIntersector.cpp
index 63332acf1..5a33ef387 100644
--- a/src/operation/relateng/EdgeSetIntersector.cpp
+++ b/src/operation/relateng/EdgeSetIntersector.cpp
@@ -78,8 +78,7 @@ EdgeSetIntersector::process(EdgeSegmentIntersector& intersector)
 
         testChain->computeOverlaps(queryChain, &overlapAction);
 
-        if (intersector.isDone())
-            return;
+        return !intersector.isDone();
     });
 
 }

-----------------------------------------------------------------------

Summary of changes:
 src/operation/relateng/EdgeSetIntersector.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list