[cig-commits] r13882 - cs/spatialdata-0.1/trunk/libsrc/spatialdb

brad at geodynamics.org brad at geodynamics.org
Sun Jan 18 16:37:48 PST 2009


Author: brad
Date: 2009-01-18 16:37:48 -0800 (Sun, 18 Jan 2009)
New Revision: 13882

Modified:
   cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc
Log:
Fixed typo.

Modified: cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc
===================================================================
--- cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc	2009-01-19 00:36:22 UTC (rev 13881)
+++ cs/spatialdata-0.1/trunk/libsrc/spatialdb/SimpleDBQuery.cc	2009-01-19 00:37:48 UTC (rev 13882)
@@ -20,7 +20,6 @@
 
 #include "spatialdata/geocoords/Converter.hh" // USES Converter
 
-ce
 #include "Exception.hh" // USES OutOfBounds
 
 #include <math.h> // USES MAXFLOAT
@@ -32,7 +31,7 @@
 #include <strings.h> // USES strcasecmp()
 #include <cassert.> // USES assert()
 #include <sstream> // USES std::ostringsgream
-#include <algorithm> // USES std::fill(), std::lower_bound(), std::distan
+#include <algorithm> // USES std::fill(), std::lower_bound(), std::distance()
 
 // ----------------------------------------------------------------------
 // Default constructor.



More information about the CIG-COMMITS mailing list