Fix core WST file
[jabaws.git] / binaries / src / disembl / Tisean_3.0.1 / source_c / routines / diffc.log
1 --- get_multi_series.c  2004-07-23 10:01:25.000000000 +0200
2 +++ /home/hegger/TISEAN_2.1/source_c/routines/get_multi_series.c        2000-05-26 08:24:44.000000000 +0200
3 @@ -135,7 +135,7 @@
4             fprintf(stderr,"Line %lu ignored: %s",allcount,input);
5           break;
6         }
7 -      if ((count == 0) && (i == *col) && (verbosity&VER_FIRST_LINE)) {
8 +      if ((verbosity&VER_FIRST_LINE) && (count == 0)) {
9         fprintf(stderr,"get_multi_series: first data item(s) used:\n");
10         for (i=0;i< *col;i++)
11           fprintf(stderr,"%lf ",x[i][0]);