[geos-commits] r3761 - in branches/3.3: include/geos/linearref src/linearref

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Jan 31 22:31:04 PST 2013


Author: strk
Date: 2013-01-31 22:31:04 -0800 (Thu, 31 Jan 2013)
New Revision: 3761

Modified:
   branches/3.3/include/geos/linearref/LocationIndexOfLine.h
   branches/3.3/src/linearref/LocationIndexOfLine.cpp
Log:
Fix header guard and port info in LocatioNIndexOfLine (#618)

Modified: branches/3.3/include/geos/linearref/LocationIndexOfLine.h
===================================================================
--- branches/3.3/include/geos/linearref/LocationIndexOfLine.h	2013-02-01 06:28:34 UTC (rev 3760)
+++ branches/3.3/include/geos/linearref/LocationIndexOfLine.h	2013-02-01 06:31:04 UTC (rev 3761)
@@ -14,12 +14,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: branches/3.3/src/linearref/LocationIndexOfLine.cpp
===================================================================
--- branches/3.3/src/linearref/LocationIndexOfLine.cpp	2013-02-01 06:28:34 UTC (rev 3760)
+++ branches/3.3/src/linearref/LocationIndexOfLine.cpp	2013-02-01 06:31:04 UTC (rev 3761)
@@ -14,7 +14,7 @@
  *
  **********************************************************************
  *
- * Last port: linearref/LengthIndexedLine.java rev. 1.35
+ * Last port: linearref/LengthIndexedLine.java r731
  *
  **********************************************************************/
 



More information about the geos-commits mailing list