X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=b309cc4e435ba26b5344e19a7569eef4f145981e;hp=10d2a4327edfcb682283026ff12df74512cd18c7;hb=155c5693f418004502a709b88fb0b1d4796d5508;hpb=de3ae9b29a64eaf297b44665022665962eba4a14 diff --git a/nlsop.h b/nlsop.h index 10d2a43..b309cc4 100644 --- a/nlsop.h +++ b/nlsop.h @@ -12,7 +12,7 @@ typedef unsigned int u32; typedef struct __info { - int cc,steps,range,diff_rate,cpi; + int cc,steps,range,diff_rate,cpi,c_sat; double a_el,b_el,a_cd,b_cd,a_ap,b_ap,a_cp,dr_ac,dr_cc; char z_diff,c_diff; } info; @@ -24,7 +24,7 @@ typedef struct __info #define X 64 #define Y 64 -#define Z 100 +#define Z 233 #define STEPS 100000000 #define RANGE 5 @@ -50,10 +50,14 @@ typedef struct __info #define MAX_ARGV 27 #define IMP_PROFILE "imp-profile.txt" +#define NEL_PROFILE "nel-profile.txt" + #define CELL_LENGTH 3 /* nm */ #define CPI 20 +#define C_SAT (6*6*6*8) + #define FFT_HEIGHT 64 #endif /* NLSOP_H */