[geos-commits] r3416 - trunk/src/index/sweepline

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Jul 5 05:52:42 EDT 2011


Author: strk
Date: 2011-07-05 02:52:42 -0700 (Tue, 05 Jul 2011)
New Revision: 3416

Modified:
   trunk/src/index/sweepline/SweepLineIndex.cpp
Log:
Initialize SweepLineIndex::indexBuilt in ctor

Modified: trunk/src/index/sweepline/SweepLineIndex.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineIndex.cpp	2011-07-05 09:52:35 UTC (rev 3415)
+++ trunk/src/index/sweepline/SweepLineIndex.cpp	2011-07-05 09:52:42 UTC (rev 3416)
@@ -29,7 +29,8 @@
 
 SweepLineIndex::SweepLineIndex()
 	:
-	nOverlaps(0)
+	nOverlaps(0),
+	indexBuilt(false)
 {
 	//events=new vector<SweepLineEvent*>();
 	//nOverlaps=0;



More information about the geos-commits mailing list