X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=b18b9667bd0fd7f8c2c31b4c1e667d4ae0b4c526;hp=5fffea65d66b5fdf18771980657d0d5a8ffda819;hb=f1d7bb9b2da36a465ba31ea00c3dbf45676ca92e;hpb=00d21a74bbdcef8522ba629280353e84158dc7d1 diff --git a/nlsop.h b/nlsop.h index 5fffea6..b18b966 100644 --- a/nlsop.h +++ b/nlsop.h @@ -32,12 +32,12 @@ typedef struct __info #define CC 0 -#define DR_AC .5 -#define DIFF_RATE 1000 +#define DR_AC .005 +#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