added configure script, deleted Makefile, added README, INSTALL
[physik/morpheus.git] / defines.h
index 713e9cc..b11396e 100644 (file)
--- a/defines.h
+++ b/defines.h
 #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 500000
 
 #define DEFAULT_STEPS 5000
 
+#define RAND_BUF_SIZE 64*1048576 /* 64 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
@@ -67,7 +70,9 @@ typedef struct __display {
 #define DISPLAY_X_FREE 15
 #define DISPLAY_Y_FREE 15
 
-#define DISPLAY_FONT "/usr/share/DFBSee/decker.ttf"
+// defined by Makefile now
+// #define DISPLAY_FONT "./decker.ttf"
+
 #define MAX_TXT 20
  
 /* masks for u32 cell */