X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=a7397315c4d6aa7598c0ca9f33012be846973b09;hp=979d425a86a2fcc6810e4c2e0a9edfd56e2900d9;hb=b6061ee8aa68091a0cea6e3bf9691e27a1d52d6c;hpb=eedf79d33f24f1163cdadea0eb27c8f0b75c1d92 diff --git a/nlsop.h b/nlsop.h index 979d425..a739731 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,13 +36,20 @@ 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 #define MAX_ARGV 27 +#define IMP_PROFILE "imp-profile.txt" +#define CELL_LENGTH 3 /* nm */ + #endif /* NLSOP_H */