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

svn_geos at osgeo.org svn_geos at osgeo.org
Wed May 11 13:59:14 EDT 2011


Author: strk
Date: 2011-05-11 10:59:14 -0700 (Wed, 11 May 2011)
New Revision: 3351

Modified:
   trunk/include/geos/noding/FastSegmentSetIntersectionFinder.h
   trunk/src/noding/FastSegmentSetIntersectionFinder.cpp
Log:
Port info for FastSegmentSetIntersectionFinder

Modified: trunk/include/geos/noding/FastSegmentSetIntersectionFinder.h
===================================================================
--- trunk/include/geos/noding/FastSegmentSetIntersectionFinder.h	2011-05-11 17:59:05 UTC (rev 3350)
+++ trunk/include/geos/noding/FastSegmentSetIntersectionFinder.h	2011-05-11 17:59:14 UTC (rev 3351)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net
@@ -12,6 +11,10 @@
  * See the COPYING file for more information.
  *
  *
+ **********************************************************************
+ *
+ * Last port: noding/FastSegmentSetIntersectionFinder.java r388 (JTS-1.12)
+ *
  **********************************************************************/
 
 #ifndef GEOS_NODING_FASTSEGMENTSETINTERSECTIONFINDER_H
@@ -75,7 +78,4 @@
 } // geos
 
 #endif // GEOS_NODING_FASTSEGMENTSETINTERSECTIONFINDER_H
-/**********************************************************************
- * $Log$
- **********************************************************************/
 

Modified: trunk/src/noding/FastSegmentSetIntersectionFinder.cpp
===================================================================
--- trunk/src/noding/FastSegmentSetIntersectionFinder.cpp	2011-05-11 17:59:05 UTC (rev 3350)
+++ trunk/src/noding/FastSegmentSetIntersectionFinder.cpp	2011-05-11 17:59:14 UTC (rev 3351)
@@ -1,5 +1,4 @@
 /**********************************************************************
- * $Id$
  *
  * GEOS - Geometry Engine Open Source
  * http://geos.refractions.net
@@ -11,6 +10,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: noding/FastSegmentSetIntersectionFinder.java r388 (JTS-1.12)
+ *
  **********************************************************************/
 
 #include <geos/noding/FastSegmentSetIntersectionFinder.h>
@@ -73,7 +76,3 @@
 } // geos::noding
 } // geos
 
-/**********************************************************************
- * $Log$
- *
- **********************************************************************/



More information about the geos-commits mailing list