X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=sic.c;h=649d1e9b149cefd4e1180ecc6a6fd5bdd2adf544;hb=d0b3c58c84496f5a031f6121f54e2a3d00075b63;hp=95adb8acbc964f987aa42626beb5960fc9953a25;hpb=a40aa116ffcefe415a0146c9ea10918ce5b4f888;p=physik%2Fposic.git diff --git a/sic.c b/sic.c index 95adb8a..649d1e9 100644 --- a/sic.c +++ b/sic.c @@ -92,12 +92,12 @@ int main(int argc,char **argv) { /* create the simulation schedule */ printf("[sic] adding schedule\n"); - moldyn_add_schedule(&md,10000,1.0e-15); + moldyn_add_schedule(&md,100,1.0e-15); /* activate logging */ printf("[sic] activate logging\n"); - moldyn_set_log(&md,LOG_TOTAL_ENERGY,"saves/test-energy",100); - moldyn_set_log(&md,VISUAL_STEP,"saves/test-visual",100); + moldyn_set_log(&md,LOG_TOTAL_ENERGY,"saves/test-energy",1); + moldyn_set_log(&md,VISUAL_STEP,"saves/test-visual",1); /* * let's do the actual md algorithm now