[geos-commits] r3492 - trunk/src/index/sweepline
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Oct 4 11:32:23 EDT 2011
Author: hobu
Date: 2011-10-04 08:32:23 -0700 (Tue, 04 Oct 2011)
New Revision: 3492
Modified:
trunk/src/index/sweepline/SweepLineIndex.cpp
Log:
fix up order initialization
Modified: trunk/src/index/sweepline/SweepLineIndex.cpp
===================================================================
--- trunk/src/index/sweepline/SweepLineIndex.cpp 2011-09-28 17:23:17 UTC (rev 3491)
+++ trunk/src/index/sweepline/SweepLineIndex.cpp 2011-10-04 15:32:23 UTC (rev 3492)
@@ -28,8 +28,8 @@
SweepLineIndex::SweepLineIndex()
:
- nOverlaps(0),
- indexBuilt(false)
+ indexBuilt(false),
+ nOverlaps(0)
{
//events=new vector<SweepLineEvent*>();
//nOverlaps=0;
More information about the geos-commits
mailing list