new linked list system, still a pain inthe ...
[physik/posic.git] / sic.c
diff --git a/sic.c b/sic.c
index 516ee01..45e671f 100644 (file)
--- a/sic.c
+++ b/sic.c
@@ -8,9 +8,6 @@
 #include <math.h>
  
 #include "moldyn.h"
-#include "math/math.h"
-#include "init/init.h"
-#include "visual/visual.h"
 
 #include "posic.h"
 
@@ -157,7 +154,7 @@ int main(int argc,char **argv) {
 
        /* activate logging */
        printf("[sic] activate logging\n");
-       moldyn_set_log_dir(&md,"saves/test");
+       moldyn_set_log_dir(&md,"saves/si_melting_point");
        moldyn_set_log(&md,LOG_TOTAL_ENERGY,200);
        moldyn_set_log(&md,VISUAL_STEP,200);