freebsd-ports/math/bamg/files/patch-QuadTree.cpp
Kirill Ponomarev c19f8483b3 Add bamg 0.68, bidimensional Anisotrope Mesh Generator.
http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm

PR:		60837
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-01-02 21:54:30 +00:00

11 lines
335 B
C++

--- QuadTree.cpp.orig Thu Dec 23 17:25:53 1999
+++ QuadTree.cpp Fri Dec 19 00:03:06 2003
@@ -400,7 +400,7 @@
root=0;
}
-ostream& operator <<(ostream& f, const QuadTree & qt)
+std::ostream& operator <<(std::ostream& f, const QuadTree & qt)
{
f << " the quadtree " << endl;
f << " NbQuadTreeBox = " << qt.NbQuadTreeBox