[geos-commits] [SCM] GEOS branch main updated. 87f56eacce1f40ffb730dc8152aa9038b59873f2

git at osgeo.org git at osgeo.org
Mon Sep 27 07:01:55 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  87f56eacce1f40ffb730dc8152aa9038b59873f2 (commit)
      from  64eaf3e53c82539f509033fdece2e77e4be41c5c (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 87f56eacce1f40ffb730dc8152aa9038b59873f2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Sep 27 07:01:52 2021 -0700

    Fix comment on TriList

diff --git a/include/geos/triangulate/tri/TriList.h b/include/geos/triangulate/tri/TriList.h
index f66dccb..64777e3 100644
--- a/include/geos/triangulate/tri/TriList.h
+++ b/include/geos/triangulate/tri/TriList.h
@@ -38,13 +38,12 @@ namespace tri {         // geos.triangulate.tri
 
 
 /**
- * Represents an edge in a {@link Tri},
- * to be used as a key for looking up Tris
- * while building a triangulation.
- * The edge value is normalized to allow lookup
- * of adjacent triangles.
+ * A utility class that holds the ownership of
+ * the Tris being passed between different processing
+ * operations, and also provides access to those
+ * Tris as a vector of pointers, to match up
+ * to the JTS API.
  *
- * @author mdavis
  */
 class GEOS_DLL TriList {
 

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

Summary of changes:
 include/geos/triangulate/tri/TriList.h | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list