[geos-commits] r3760 - in trunk: include/geos/linearref src/linearref
svn_geos at osgeo.org
svn_geos at osgeo.org
Thu Jan 31 22:28:34 PST 2013
Author: strk
Date: 2013-01-31 22:28:34 -0800 (Thu, 31 Jan 2013)
New Revision: 3760
Modified:
trunk/include/geos/linearref/LocationIndexOfLine.h
trunk/src/linearref/LocationIndexOfLine.cpp
Log:
Fix header guard and port info in LocatioNIndexOfLine (#618)
Modified: trunk/include/geos/linearref/LocationIndexOfLine.h
===================================================================
--- trunk/include/geos/linearref/LocationIndexOfLine.h 2013-02-01 06:27:44 UTC (rev 3759)
+++ trunk/include/geos/linearref/LocationIndexOfLine.h 2013-02-01 06:28:34 UTC (rev 3760)
@@ -13,12 +13,12 @@
*
**********************************************************************
*
- * Last port: linearref/LinearGeometryBuilder.java rev. 1.10
+ * Last port: linearref/LocationIndexOfLine.java r731
*
**********************************************************************/
-#ifndef GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H
-#define GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H
+#ifndef GEOS_LINEARREF_LOCATIONINDEXOFLINE_H
+#define GEOS_LINEARREF_LOCATIONINDEXOFLINE_H
#include <geos/geom/Coordinate.h>
#include <geos/geom/Geometry.h>
Modified: trunk/src/linearref/LocationIndexOfLine.cpp
===================================================================
--- trunk/src/linearref/LocationIndexOfLine.cpp 2013-02-01 06:27:44 UTC (rev 3759)
+++ trunk/src/linearref/LocationIndexOfLine.cpp 2013-02-01 06:28:34 UTC (rev 3760)
@@ -13,7 +13,7 @@
*
**********************************************************************
*
- * Last port: linearref/LengthIndexedLine.java rev. 1.35
+ * Last port: linearref/LengthIndexedLine.java r731
*
**********************************************************************/
More information about the geos-commits
mailing list