[geos-commits] r2502 - in trunk/source: geomgraph headers/geos/geomgraph

svn_geos at osgeo.org svn_geos at osgeo.org
Tue May 12 11:38:23 EDT 2009


Author: strk
Date: 2009-05-12 11:38:23 -0400 (Tue, 12 May 2009)
New Revision: 2502

Modified:
   trunk/source/geomgraph/DirectedEdge.cpp
   trunk/source/headers/geos/geomgraph/DirectedEdge.h
   trunk/source/headers/geos/geomgraph/DirectedEdge.inl
Log:
Port info


Modified: trunk/source/geomgraph/DirectedEdge.cpp
===================================================================
--- trunk/source/geomgraph/DirectedEdge.cpp	2009-05-08 16:30:21 UTC (rev 2501)
+++ trunk/source/geomgraph/DirectedEdge.cpp	2009-05-12 15:38:23 UTC (rev 2502)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: geomgraph/DirectedEdge.java rev. 1.5 (JTS-1.10)
+ *
  **********************************************************************/
 
 #include <geos/util/TopologyException.h>

Modified: trunk/source/headers/geos/geomgraph/DirectedEdge.h
===================================================================
--- trunk/source/headers/geos/geomgraph/DirectedEdge.h	2009-05-08 16:30:21 UTC (rev 2501)
+++ trunk/source/headers/geos/geomgraph/DirectedEdge.h	2009-05-12 15:38:23 UTC (rev 2502)
@@ -12,6 +12,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: geomgraph/DirectedEdge.java rev. 1.5 (JTS-1.10)
+ *
  **********************************************************************/
 
 

Modified: trunk/source/headers/geos/geomgraph/DirectedEdge.inl
===================================================================
--- trunk/source/headers/geos/geomgraph/DirectedEdge.inl	2009-05-08 16:30:21 UTC (rev 2501)
+++ trunk/source/headers/geos/geomgraph/DirectedEdge.inl	2009-05-12 15:38:23 UTC (rev 2502)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: geomgraph/DirectedEdge.java rev. 1.5 (JTS-1.10)
+ *
  **********************************************************************/
 
 #ifndef GEOS_GEOMGRAPH_DIRECTEDEDGE_INL



More information about the geos-commits mailing list