[geos-commits] r2493 - in trunk/source: headers/geos/operation/distance operation/distance

svn_geos at osgeo.org svn_geos at osgeo.org
Fri May 8 05:39:39 EDT 2009


Author: strk
Date: 2009-05-08 05:39:39 -0400 (Fri, 08 May 2009)
New Revision: 2493

Modified:
   trunk/source/headers/geos/operation/distance/DistanceOp.h
   trunk/source/operation/distance/DistanceOp.cpp
Log:
Port info for DistanceOp

Modified: trunk/source/headers/geos/operation/distance/DistanceOp.h
===================================================================
--- trunk/source/headers/geos/operation/distance/DistanceOp.h	2009-05-08 08:44:28 UTC (rev 2492)
+++ trunk/source/headers/geos/operation/distance/DistanceOp.h	2009-05-08 09:39:39 UTC (rev 2493)
@@ -11,6 +11,10 @@
  * by the Free Software Foundation. 
  * See the COPYING file for more information.
  *
+ **********************************************************************
+ *
+ * Last port: operation/distance/DistanceOp.java rev 1.16
+ *
  **********************************************************************/
 
 #ifndef GEOS_OP_DISTANCE_DISTANCEOP_H

Modified: trunk/source/operation/distance/DistanceOp.cpp
===================================================================
--- trunk/source/operation/distance/DistanceOp.cpp	2009-05-08 08:44:28 UTC (rev 2492)
+++ trunk/source/operation/distance/DistanceOp.cpp	2009-05-08 09:39:39 UTC (rev 2493)
@@ -14,6 +14,8 @@
  *
  **********************************************************************
  *
+ * Last port: operation/distance/DistanceOp.java rev 1.16
+ *
  **********************************************************************/
 
 #include <geos/operation/distance/DistanceOp.h>



More information about the geos-commits mailing list