icorrected job argument printing
[physik/nlsop.git] / nlsop_client.c
index be24dc9..ce42433 100644 (file)
@@ -458,6 +458,13 @@ int get_data_and_calc(t_event *event,void *allineed) {
     }
   }
 
+  printf("starting simulation with following parameters:\n");
+  printf("b = %f | c = %f | s = %f\n",my_info.b,my_info.c,my_info.s);
+  printf("diff every %d steps | diff rate = %f\n",my_info.diff_rate,
+                                                  my_info.dr_ac);
+  printf("current step: %d | total steps: %d\n",c_step,my_info.steps);
+  printf("...\n");
+
   /* care for signals */
   dc=DC_QUIT;
   signal(SIGTERM,send_data);