[geos-commits] r3700 - trunk/include/geos/triangulate

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jun 27 03:43:07 PDT 2012


Author: strk
Date: 2012-06-27 03:43:07 -0700 (Wed, 27 Jun 2012)
New Revision: 3700

Modified:
   trunk/include/geos/triangulate/IncrementalDelaunayTriangulator.h
Log:
indent

Modified: trunk/include/geos/triangulate/IncrementalDelaunayTriangulator.h
===================================================================
--- trunk/include/geos/triangulate/IncrementalDelaunayTriangulator.h	2012-06-27 09:23:32 UTC (rev 3699)
+++ trunk/include/geos/triangulate/IncrementalDelaunayTriangulator.h	2012-06-27 10:43:07 UTC (rev 3700)
@@ -65,14 +65,15 @@
 	 * 
 	 * @param vertices a Collection of Vertex
 	 * 
-   * @throws LocateFailureException if the location algorithm fails to converge in a reasonable number of iterations
+	 * @throws LocateFailureException if the location algorithm
+	 *         fails to converge in a reasonable number of iterations
 	 */
 	void insertSites(const VertexList& vertices);
 
 	/**
 	 * Inserts a new point into a subdivision representing a Delaunay
-	 * triangulation, and fixes the affected edges so that the result is still a
-	 * Delaunay triangulation.
+	 * triangulation, and fixes the affected edges so that the result
+	 * is still a Delaunay triangulation.
 	 * <p>
 	 * 
 	 * @return a quadedge containing the inserted vertex



More information about the geos-commits mailing list