first c conc distribution implementation (slow and commented out)
[physik/morpheus.git] / defines.h
index 713e9cc..58befa1 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -22,8 +22,9 @@
 #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
 
@@ -37,7 +38,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