X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=defines.h;h=60befa56d498a37c2c4492d1e9ab6b73e02d01b6;hb=46b1c51ef602958cd5acf558c9aa8a9f88fcd9b5;hp=17e83cfb1b91e126c009f8e38aa843f3575f5e75;hpb=dcc213e7fef0a79e92d8548bd9a37461e91c9a5c;p=physik%2Fmorpheus.git diff --git a/defines.h b/defines.h index 17e83cf..60befa5 100644 --- a/defines.h +++ b/defines.h @@ -18,8 +18,9 @@ #define DEFAULT_SLOPE_NEL 1 #define DEFAULT_START_NEL 0 -#define DEFAULT_A_P_RANGE 0.2 +#define DEFAULT_A_P_RANGE 3 #define DEFAULT_A_P_FAKTOR 0.2 +#define DEFAULT_A_P_P0 0.2 #define DEFAULT_STEPS 5000 @@ -64,5 +65,7 @@ typedef struct __display { /* masks for u32 cell */ #define AMORPH 0x00000001 #define CRYSTAL 0x00000000 +#define NAMORPH 0xfffffffe +#define NCRYSTAL 0xffffffff #define C_CONC_MASK 0xfffffffe