6118ef4c24
A quick way to visualize regularly spaced 4D data
12 lines
227 B
C++
12 lines
227 B
C++
--- 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 {
|