Changeset 1351 in Sophya for trunk/SophyaExt/FitsIOServer/fitsfile.cc
- Timestamp:
- Dec 7, 2000, 5:18:43 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsfile.cc
r1334 r1351 510 510 else 511 511 { 512 cout << " hdutype= " << hdutype_ << endl;512 cout << " hdutype= " << (int) hdutype_ << endl; 513 513 throw PException("FitsFile::NbColsFromFits, HDU not supported"); 514 514 } … … 528 528 else 529 529 { 530 cout << "hdutype= " << hdutype_ << endl;530 cout << "hdutype= " << (int) hdutype_ << endl; 531 531 throw PException("FitsFile::NentriesFromFits, this HDU is not supported"); 532 532 } … … 880 880 else 881 881 { 882 cout << " hdutype= " << hdutype_ << endl;882 cout << " hdutype= " << (int) hdutype_ << endl; 883 883 throw IOExc("FitsFile::GetSingleColumn, this HDU is unknown"); 884 884 } … … 913 913 else 914 914 { 915 cout << " hdutype= " << hdutype_ << endl;915 cout << " hdutype= " << (int) hdutype_ << endl; 916 916 throw IOExc("FitsFile::GetSingleColumn this HDU is unknown"); 917 917 } … … 946 946 else 947 947 { 948 cout << " hdutype= " << hdutype_ << endl;948 cout << " hdutype= " << (int) hdutype_ << endl; 949 949 throw IOExc("FitsFile::GetSingleColumn this HDU is unknown"); 950 950 }
Note:
See TracChangeset
for help on using the changeset viewer.