[geos-commits] [SCM] GEOS branch main-relate-ng updated. 1f4d9658bd2ae002511a5e7f1ff53618b71ceeb9

git at osgeo.org git at osgeo.org
Fri Aug 9 09:58:35 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-relate-ng has been updated
       via  1f4d9658bd2ae002511a5e7f1ff53618b71ceeb9 (commit)
      from  0eb795effda0434520e1995486ac37d3d364cd92 (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 1f4d9658bd2ae002511a5e7f1ff53618b71ceeb9
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Aug 9 09:58:11 2024 -0700

    Fix typo

diff --git a/src/operation/relateng/RelateNG.cpp b/src/operation/relateng/RelateNG.cpp
index e49cad962..b550b711b 100644
--- a/src/operation/relateng/RelateNG.cpp
+++ b/src/operation/relateng/RelateNG.cpp
@@ -265,7 +265,7 @@ RelateNG::equalsTopo(const Geometry* a)
 bool
 RelateNG::relate(const Geometry* a, const std::string& imPattern)
 {
-    return evaluate(b, imPattern);
+    return evaluate(a, imPattern);
 }
 
 /************************************************************************/

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list