Ignore:
Timestamp:
Apr 11, 2000, 10:01:21 AM (25 years ago)
Author:
ansari
Message:

impressions inutiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitstarray.cc

    r863 r873  
    9999      throw PException(" FITS_TARRAY: number of dimensions of the array = 0?");
    100100    }
    101   cout << "FITS_TARRAY: nombrede dimension du tableau a ecrire: " << nbdim << endl;
     101  cout << "FITS_TARRAY: nombre de dimension du tableau a ecrire: " << nbdim << endl;
    102102  int* naxisn = new int[nbdim];
    103103  for (int k=0; k< nbdim; k++)
    104104    {
    105105      naxisn[k] = dobj_->Size(k);
    106       cout << " taille de la dimension " << k << " : " << naxisn[k] << endl;
     106      cout << " nombre de donnees dans la la dimension " << k << " : " << naxisn[k] << endl;
    107107    }
    108108  char type;
Note: See TracChangeset for help on using the changeset viewer.