Changeset 1351 in Sophya for trunk/SophyaExt/FitsIOServer/fitsxntuple.cc
- Timestamp:
- Dec 7, 2000, 5:18:43 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsxntuple.cc
r1300 r1351 86 86 else if (ss == FitsFile::FitsDataType_char) SfitsCol.push_back(k); 87 87 else { 88 cout << " FITS_XNTuple: colonne fits " << k << " type= " << ss << endl;88 cout << " FITS_XNTuple: colonne fits " << k << " type= " << (int) ss << endl; 89 89 throw IOExc("type de champ inconnu"); 90 90 }
Note:
See TracChangeset
for help on using the changeset viewer.