-
[physik/nlsop.git] / nlsop.h
diff --git a/nlsop.h b/nlsop.h
index 1b8e4ca..3cd94e6 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -13,7 +13,8 @@ typedef unsigned int u32;
 typedef struct __info
 {
  int cc,steps,range;
- double a_el,b_el,a_cd,b_cd,a_ap,b_ap,d_r;
+ double a_el,b_el,a_cd,b_cd,a_ap,b_ap,a_cp,dr_ac,dr_cc;
+ char z_diff;
 } info;
 
 #define AMORPH 1
@@ -35,15 +36,20 @@ typedef struct __info
 
 #define CC 0
 
-#define D_R .5
+#define DR_AC .5
+#define DR_CC .2
 
 #define A_AP .1
 #define B_AP .01
 
+#define A_CP .01
+
 #define MAX_CHARS 64
 #define MAX_TXT 32
 #define MAX_ARGV 27
 
 #define MAX_VPTR 50
 
+#define IMP_PROFILE "imp-profile.txt"
+
 #endif /* NLSOP_H */