Ignore:
Timestamp:
Sep 24, 2002, 4:03:36 PM (23 years ago)
Author:
lemeur
Message:

toilette d'ete : rationalisation de types...

File:
1 edited

Legend:

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

    r1359 r2197  
    1616}
    1717
    18 FITS_BntblLineReader::FITS_BntblLineReader(char inputfile[],int hdunum)
     18FITS_BntblLineReader::FITS_BntblLineReader(const char inputfile[],int hdunum)
    1919                                                                 
    2020{
     
    134134  for (k=0; k<ic;k++)
    135135    {
    136       types+='I';
     136      types+='J';
    137137    }
    138138  for (k=0; k<lc;k++)
Note: See TracChangeset for help on using the changeset viewer.