added 64x64 bmp dump modes for fft
[physik/nlsop.git] / nlsop.h
diff --git a/nlsop.h b/nlsop.h
index 9fec8cb..24778fa 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -45,13 +45,13 @@ typedef struct __info
 
 #define A_CP .01
 
-#define MAX_CHARS 64
+#define MAX_CHARS 128
 #define MAX_TXT 32
 #define MAX_ARGV 27
 
-#define MAX_VPTR 50
-
 #define IMP_PROFILE "imp-profile.txt"
 #define CELL_LENGTH 3 /* nm */
 
+#define FFT_HEIGHT 64
+
 #endif /* NLSOP_H */