X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fmorpheus.git;a=blobdiff_plain;f=defines.h;h=a886a60ea708b9db3504657937e9b7894e981ae3;hp=713e9cc12d1c3f675060f66c55841cba2e8e12cd;hb=8b42dad3e3d018228dee65bb9a5eb652539b7b49;hpb=016196a3e69f62989ba22ae8b30365d754bd9212 diff --git a/defines.h b/defines.h index 713e9cc..a886a60 100644 --- a/defines.h +++ b/defines.h @@ -22,11 +22,14 @@ #define DEFAULT_A_P_FAKTOR 0.2 #define DEFAULT_A_P_P0 0.2 -#define DEFAULT_C_START_CONC 5000 -#define DEFAULT_C_SLOPE 1 +#define DEFAULT_C_DIST_START_CONC 0 +#define DEFAULT_C_DIST_SLOPE 1 +#define DEFAULT_C_C0 5000 #define DEFAULT_STEPS 5000 +#define RAND_BUF_SIZE 1048576 /* 1 MB */ + /* program defines, dont touch ;) */ #define URAND_MAX 0xffffffff @@ -37,7 +40,7 @@ typedef long long unsigned int u64; typedef struct __cell { unsigned char status; /* amorph or cryst status */ - double conc; /* c concentration */ + u32 conc; /* c concentration */ } cell; #ifdef DEBUG