[geos-commits] r3238 - in trunk: include/geos/noding/snapround src/noding/snapround

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Feb 23 09:37:18 EST 2011


Author: strk
Date: 2011-02-23 06:37:18 -0800 (Wed, 23 Feb 2011)
New Revision: 3238

Modified:
   trunk/include/geos/noding/snapround/MCIndexSnapRounder.h
   trunk/include/geos/noding/snapround/MCIndexSnapRounder.inl
   trunk/src/noding/snapround/MCIndexSnapRounder.cpp
Log:
Update port info for MCIndexSnapRounder (and remove testing-only check)

Modified: trunk/include/geos/noding/snapround/MCIndexSnapRounder.h
===================================================================
--- trunk/include/geos/noding/snapround/MCIndexSnapRounder.h	2011-02-23 14:37:05 UTC (rev 3237)
+++ trunk/include/geos/noding/snapround/MCIndexSnapRounder.h	2011-02-23 14:37:18 UTC (rev 3238)
@@ -13,7 +13,7 @@
  *
  **********************************************************************
  *
- * Last port: noding/snapround/MCIndexSnapRounder.java rev. 1.3 (JTS-1.9)
+ * Last port: noding/snapround/MCIndexSnapRounder.java r320 (JTS-1.12)
  *
  **********************************************************************/
 
@@ -88,9 +88,9 @@
 	 * Computes nodes introduced as a result of
 	 * snapping segments to vertices of other segments
 	 *
-	 * @param segStrings the list of segment strings to snap together
+	 * @param edges the list of segment strings to snap together
 	 *        NOTE: they *must* be instances of NodedSegmentString, or
-	 * 	  an assertion will fail.
+	 * 	            an assertion will fail.
 	 */
 	void computeVertexSnaps(std::vector<SegmentString*>& edges);
 

Modified: trunk/include/geos/noding/snapround/MCIndexSnapRounder.inl
===================================================================
--- trunk/include/geos/noding/snapround/MCIndexSnapRounder.inl	2011-02-23 14:37:05 UTC (rev 3237)
+++ trunk/include/geos/noding/snapround/MCIndexSnapRounder.inl	2011-02-23 14:37:18 UTC (rev 3238)
@@ -13,7 +13,7 @@
  *
  **********************************************************************
  *
- * Last port: noding/snapround/MCIndexSnapRounder.java rev. 1.3 (JTS-1.9)
+ * Last port: noding/snapround/MCIndexSnapRounder.java r320 (JTS-1.12)
  *
  **********************************************************************/
 

Modified: trunk/src/noding/snapround/MCIndexSnapRounder.cpp
===================================================================
--- trunk/src/noding/snapround/MCIndexSnapRounder.cpp	2011-02-23 14:37:05 UTC (rev 3237)
+++ trunk/src/noding/snapround/MCIndexSnapRounder.cpp	2011-02-23 14:37:18 UTC (rev 3238)
@@ -13,7 +13,7 @@
  *
  **********************************************************************
  *
- * Last port: noding/snapround/MCIndexSnapRounder.java rev. 1.3 (JTS-1.9)
+ * Last port: noding/snapround/MCIndexSnapRounder.java r320 (JTS-1.12)
  *
  **********************************************************************/
 
@@ -123,7 +123,7 @@
 
 	// testing purposes only - remove in final version
 	assert(nodedSegStrings == inputSegmentStrings);
-	checkCorrectness(*inputSegmentStrings);
+	//checkCorrectness(*inputSegmentStrings);
 }
 
 /*private*/



More information about the geos-commits mailing list