X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=dc4b9546b28c56dcf73af7738b4235a4e306e9e3;hp=6715c590835f9bbd8536ee71df8796285e38becb;hb=HEAD;hpb=479365d315f9eb79432ff9a557b2f1afa58a989f diff --git a/nlsop.h b/nlsop.h index 6715c59..dc4b954 100644 --- a/nlsop.h +++ b/nlsop.h @@ -32,12 +32,12 @@ typedef struct __info #define CC 0 -#define DR_AC .005 +#define DR_AC .05 #define DIFF_RATE 1000000 -#define S_D .00001 -#define B_D .0 -#define C_D .005 +#define S_D .0001 +#define B_D .01 +#define C_D .001 #define MAX_CHARS 128 #define MAX_TXT 40 @@ -53,7 +53,7 @@ typedef struct __info #define S_RATE ((2*3*STEPS)/100) #define SI_PER_VOLUME (168*8) -#define A_START 0.1 +#define A_START 0.23 #define AC_START 0.89 #define A_END 0.84