visualization stuff
[physik/posic.git] / sic.c
diff --git a/sic.c b/sic.c
index bf33e16..be75aad 100644 (file)
--- a/sic.c
+++ b/sic.c
@@ -26,8 +26,8 @@
 #define R_C            1.0
 #define T_C            10.0
 #define LCNT           5
-#define PRERUN         200
-#define POSTRUN                500
+#define PRERUN         500
+#define POSTRUN                1000
 
 typedef struct s_hp {
        int a_count;    /* atom count */
@@ -361,8 +361,8 @@ int main(int argc,char **argv) {
        moldyn_set_log(&md,LOG_TOTAL_ENERGY,1);
        moldyn_set_log(&md,LOG_TEMPERATURE,1);
        moldyn_set_log(&md,LOG_PRESSURE,1);
-       moldyn_set_log(&md,VISUAL_STEP,100);
-       moldyn_set_log(&md,SAVE_STEP,100);
+       moldyn_set_log(&md,VISUAL_STEP,10);
+       moldyn_set_log(&md,SAVE_STEP,10);
        moldyn_set_log(&md,CREATE_REPORT,0);
 
        /*