cleaned up dirty pointer handling -> global priv struct
[physik/nlsop.git] / nlsop.h
diff --git a/nlsop.h b/nlsop.h
index 5e8db78..d63a507 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -15,16 +15,15 @@ typedef unsigned int u32;
 
 typedef struct __info
 {
- int cc,steps,range,diff_rate,cpi,s_rate;
- double s,b,c,dr_ac,dr_cc;
- char z_diff,c_diff;
+ int cc,steps,range,diff_rate,cpi,s_rate,save_rate;
+ double s,b,c,dr_ac;
 } 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
@@ -34,7 +33,6 @@ typedef struct __info
 #define CC 0
 
 #define DR_AC .5
-#define DR_CC .2
 #define DIFF_RATE 1000
 
 #define S_D .00001