some fixes + other output + analyse recoils instead of ions
[physik/nlsop.git] / nlsop.h
diff --git a/nlsop.h b/nlsop.h
index d41f84c..5fffea6 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -21,9 +21,9 @@ typedef struct __info
 
 #define AMORPH 1
 
-#define X 64
-#define Y 64
-#define Z 233
+#define _X 64
+#define _Y 64
+#define _Z 233
 
 #define STEPS 158671500
 #define RANGE 5
@@ -40,7 +40,7 @@ typedef struct __info
 #define C_D .005
 
 #define MAX_CHARS 128
-#define MAX_TXT 32
+#define MAX_TXT 40
 #define MAX_ARGV 27
 
 #define IMP_PROFILE "imp-profile.txt"
@@ -53,6 +53,10 @@ typedef struct __info
 #define S_RATE ((2*3*STEPS)/100)
 #define SI_PER_VOLUME (168*8)
 
+#define A_START 0.1
+#define AC_START 0.89
+#define A_END 0.84
+
 #define FFT_HEIGHT 64
 
 #endif /* NLSOP_H */