]> hackdaworld.org Git - physik/posic.git/blobdiff - posic.h
prepared another way of carbon injection
[physik/posic.git] / posic.h
diff --git a/posic.h b/posic.h
index d31331fa796321fdc01195acb560e06602e9c2a4..0ca2ac88386ba720452b86fd448c2afb625fe7d6 100644 (file)
--- a/posic.h
+++ b/posic.h
 #define POSIC_H
 
 #define RUNS 10000000
-#define TAU 0.000000000000001
+//#define TAU 0.000000000000001
+#define TAU 0.000000000001
 #define WRITE_FILE 100000
 
 #define TEMPERATURE 273.0 
 
-#define LEN_X 3
-#define LEN_Y 3
-#define LEN_Z 3
+#define LEN_X 10
+#define LEN_Y 10
+#define LEN_Z 10
 
 #define R_CUTOFF (0.25*LEN_Z)