]> hackdaworld.org Git - physik/nlsop.git/commitdiff
missing ","
authorhackbard <hackbard>
Mon, 8 Nov 2004 09:12:40 +0000 (09:12 +0000)
committerhackbard <hackbard>
Mon, 8 Nov 2004 09:12:40 +0000 (09:12 +0000)
nlsop_client.c

index f5d7b845284a6864f6ff4b25bf71f067e6f7a144..42266ed9f98142a70cf8e230dc7ddac89ba120b1 100644 (file)
@@ -462,7 +462,7 @@ int get_data_and_calc(t_event *event,void *allineed) {
   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"my_info.steps,c_step);
+  printf("current step: %d | total steps: %d\n",my_info.steps,c_step);
   printf("...\n");
 
   /* care for signals */