X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=a7397315c4d6aa7598c0ca9f33012be846973b09;hp=3cd94e6577eff69c8d9cfe959430c0e7ec9a41a6;hb=697a8806738dbf838912332e0b083f69d9b1df6e;hpb=126057c72d3dcf4cea9f5e46f36606289703bd17 diff --git a/nlsop.h b/nlsop.h index 3cd94e6..a739731 100644 --- 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 @@ -48,8 +49,7 @@ typedef struct __info #define MAX_TXT 32 #define MAX_ARGV 27 -#define MAX_VPTR 50 - #define IMP_PROFILE "imp-profile.txt" +#define CELL_LENGTH 3 /* nm */ #endif /* NLSOP_H */