X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop_client.c;h=ce42433fb25171422ec8a36bae301a575688db27;hp=42266ed9f98142a70cf8e230dc7ddac89ba120b1;hb=9ba8efd9cd20fa8047c4583dbadb18308401894a;hpb=dfb3695b3cbe16607a7afa5e2eeefe4d7994c863 diff --git a/nlsop_client.c b/nlsop_client.c index 42266ed..ce42433 100644 --- a/nlsop_client.c +++ b/nlsop_client.c @@ -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",c_step,my_info.steps); printf("...\n"); /* care for signals */