X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=80ce82bf163e89f8ee33869b4e339b389f669da0;hp=10d2a4327edfcb682283026ff12df74512cd18c7;hb=30343b61fc28bccc04af479729a1529fa824a85a;hpb=de3ae9b29a64eaf297b44665022665962eba4a14 diff --git a/nlsop.h b/nlsop.h index 10d2a43..80ce82b 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) + #define FFT_HEIGHT 64 #endif /* NLSOP_H */