diff options
Diffstat (limited to 'math/bamg/files/patch-QuadTree.cpp')
-rw-r--r-- | math/bamg/files/patch-QuadTree.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/bamg/files/patch-QuadTree.cpp b/math/bamg/files/patch-QuadTree.cpp new file mode 100644 index 000000000000..f5fe6332a02f --- /dev/null +++ b/math/bamg/files/patch-QuadTree.cpp @@ -0,0 +1,11 @@ +--- 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 |