summaryrefslogtreecommitdiff
path: root/science/flounder/files/patch-RenderEPS.h
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-14 20:11:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-14 20:11:17 +0000
commit6118ef4c2471f7f538df050b200babf1d83dbd31 (patch)
treec8acccc60ceefc9c5793a4e8ffe1635d858915b3 /science/flounder/files/patch-RenderEPS.h
parent1. Bumped portrevision (yes, again, sorry for the thrash). (diff)
add flounder 0.32a
A quick way to visualize regularly spaced 4D data
Notes
Notes: svn path=/head/; revision=68054
Diffstat (limited to 'science/flounder/files/patch-RenderEPS.h')
-rw-r--r--science/flounder/files/patch-RenderEPS.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/flounder/files/patch-RenderEPS.h b/science/flounder/files/patch-RenderEPS.h
new file mode 100644
index 000000000000..b81b62a0866f
--- /dev/null
+++ b/science/flounder/files/patch-RenderEPS.h
@@ -0,0 +1,11 @@
+--- src/RenderEPS.h.orig Tue Oct 15 00:35:11 2002
++++ src/RenderEPS.h Tue Oct 15 00:35:26 2002
+@@ -23,6 +23,8 @@
+ #include <GL/gl.h>
+ #include <string>
+
++using namespace std;
++
+ #define FB_BUFSIZE 1000000
+
+ class RenderEPS {