X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=nlsop.h;h=2f25a6a3993eadb78904443a2a375f5a140f6524;hb=ad99308cf521a5906e05045b96715f4dc8d91ea7;hp=1b8e4caf761001267046f05583bccedd4e046fb6;hpb=5a71cbde820d64c0bca211edcdc0b6af4498e727;p=physik%2Fnlsop.git diff --git a/nlsop.h b/nlsop.h index 1b8e4ca..2f25a6a 100644 --- a/nlsop.h +++ b/nlsop.h @@ -12,8 +12,9 @@ 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; + 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; #define AMORPH 1 @@ -35,10 +36,14 @@ typedef struct __info #define CC 0 -#define D_R .5 +#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 #define MAX_CHARS 64 #define MAX_TXT 32 @@ -46,4 +51,6 @@ typedef struct __info #define MAX_VPTR 50 +#define IMP_PROFILE "imp-profile.txt" + #endif /* NLSOP_H */