nearly finished gui code. adaptions / bugfixes.
[physik/nlsop.git] / nlsop.h
diff --git a/nlsop.h b/nlsop.h
index 5e8db78..d41f84c 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -15,9 +15,8 @@ typedef unsigned int u32;
 
 typedef struct __info
 {
 
 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
 } info;
 
 #define AMORPH 1
@@ -34,7 +33,6 @@ typedef struct __info
 #define CC 0
 
 #define DR_AC .5
 #define CC 0
 
 #define DR_AC .5
-#define DR_CC .2
 #define DIFF_RATE 1000
 
 #define S_D .00001
 #define DIFF_RATE 1000
 
 #define S_D .00001