added a_cp faktor
[physik/nlsop.git] / nlsop.h
diff --git a/nlsop.h b/nlsop.h
index 3cd94e6..2f25a6a 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -12,7 +12,7 @@ typedef unsigned int u32;
 
 typedef struct __info
 {
- int cc,steps,range;
+ int cc,steps,range,diff_rate;
  double a_el,b_el,a_cd,b_cd,a_ap,b_ap,a_cp,dr_ac,dr_cc;
  char z_diff;
 } info;
@@ -38,9 +38,10 @@ typedef struct __info
 
 #define DR_AC .5
 #define DR_CC .2
+#define DIFF_RATE 100
 
 #define A_AP .1
-#define B_AP .01
+#define B_AP .0
 
 #define A_CP .01