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

git at osgeo.org git at osgeo.org
Thu Oct 14 15:49:24 PDT 2021


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  a08dcd4dfdd722e454d4dc89dbef77a70fad5974 (commit)
      from  cc0446eaa29200dd6046e1c9def2688559e87e52 (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 a08dcd4dfdd722e454d4dc89dbef77a70fad5974
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Oct 14 15:49:21 2021 -0700

    Change doco link to the non _r function

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index ffd5e51..1e2171b 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -1384,9 +1384,9 @@ extern int GEOS_DLL GEOSNormalize_r(
 * when altering the precision of a geometry.
 */
 enum GEOSPrecisionRules {
-    /** This option causes GEOSGeom_setPrecision_r() to not attempt at preserving the topology */
+    /** This option causes GEOSGeom_setPrecision() to not attempt at preserving the topology */
     GEOS_PREC_NO_TOPO = 1,
-    /** This option causes GEOSGeom_setPrecision_r() to retain collapsed elements */
+    /** This option causes GEOSGeom_setPrecision() to retain collapsed elements */
     GEOS_PREC_KEEP_COLLAPSED = 2
 };
 

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

Summary of changes:
 capi/geos_c.h.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list