initial checkin of the new concept approach
[physik/posic.git] / posic.h
diff --git a/posic.h b/posic.h
index 755ddc6..1eb8e81 100644 (file)
--- a/posic.h
+++ b/posic.h
@@ -24,7 +24,7 @@
 #define LEN_Z 50
 #define LZ (1.0*LEN_Z/2)
 
-#define RUNS 10000
+#define RUNS 15000
 #define TAU 0.001
 
 #define R_CUTOFF 20
 
 #define AMOUNT_SI ((LEN_X/SI_LC)*(LEN_Y/SI_LC)*(LEN_Z/SI_LC)*2)
 
-typedef struct s_atom {
-       double x;
-       double y;
-       double z;
-       double vx;
-       double vy;
-       double vz;
-       double fx;
-       double fy;
-       double fz;
-} t_atom;
-
 #endif