summaryrefslogtreecommitdiff
path: root/math/bamg/files/patch-QuadTree.h
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-02 21:54:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-02 21:54:30 +0000
commitc19f8483b3bdcd89ce71331a24a81817619524fb (patch)
tree07355b52482d2d37d165e685d26c138af966e8bd /math/bamg/files/patch-QuadTree.h
parentFreeBSD port of the NetBSD db(1) command. (diff)
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>
Notes
Notes: svn path=/head/; revision=97121
Diffstat (limited to 'math/bamg/files/patch-QuadTree.h')
-rw-r--r--math/bamg/files/patch-QuadTree.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/bamg/files/patch-QuadTree.h b/math/bamg/files/patch-QuadTree.h
new file mode 100644
index 000000000000..36901bbf8c8a
--- /dev/null
+++ b/math/bamg/files/patch-QuadTree.h
@@ -0,0 +1,11 @@
+--- QuadTree.h.orig Thu Dec 23 17:25:52 1999
++++ QuadTree.h Thu Dec 18 22:38:50 2003
+@@ -88,7 +88,7 @@
+ ~QuadTree();
+ QuadTree(Triangles * t,long nbv=-1);
+ QuadTree();
+- friend ostream& operator <<(ostream& f, const QuadTree & qt);
++ friend std::ostream& operator <<(std::ostream& f, const QuadTree & qt);
+
+
+