Ignore:
Timestamp:
Dec 7, 2000, 5:18:43 PM (25 years ago)
Author:
yvon
Message:

les enums dans les flots cout sont castes en (int)

dominique

File:
1 edited

Legend:

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

    r1300 r1351  
    5858      else if (ss == FitsFile::FitsDataType_char) SfitsCol.push_back(k);
    5959      else {
    60         cout << " FITS_XNTuple: colonne fits " << k << " type= " << ss << endl;
     60        cout << " FITS_XNTuple: colonne fits " << k << " type= " << (int) ss << endl;
    6161        throw  IOExc("type de champ inconnu");
    6262      }
Note: See TracChangeset for help on using the changeset viewer.