[geos-commits] r3256 - trunk/src/geomgraph

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Mar 2 04:24:02 EST 2011


Author: strk
Date: 2011-03-02 01:24:02 -0800 (Wed, 02 Mar 2011)
New Revision: 3256

Modified:
   trunk/src/geomgraph/Edge.cpp
Log:
Fix debug build

Modified: trunk/src/geomgraph/Edge.cpp
===================================================================
--- trunk/src/geomgraph/Edge.cpp	2011-03-01 17:56:10 UTC (rev 3255)
+++ trunk/src/geomgraph/Edge.cpp	2011-03-02 09:24:02 UTC (rev 3256)
@@ -158,7 +158,7 @@
 	int segmentIndex, int geomIndex, int intIndex)
 {
 #if GEOS_DEBUG
-	cerr<<"["<<this<<"] Edge::addIntersection("<<li->toString()<<", "<<segmentIndex<<", "<<geomIndex<<", "<<intIndex<<") called"<<endl;
+	std::cerr << "["<<this<<"] Edge::addIntersection("<<li->toString()<<", "<<segmentIndex<<", "<<geomIndex<<", "<<intIndex<<") called"<< std::endl;
 #endif
 	const Coordinate& intPt=li->getIntersection(intIndex);
 	unsigned int normalizedSegmentIndex=segmentIndex;



More information about the geos-commits mailing list