Changeset 10758 for trunk/FACT++/src/Fits.cc
- Timestamp:
- 05/20/11 11:27:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r10741 r10758 96 96 fFile = new FITS(fileName, RWmode::Write); 97 97 } 98 catch (CCfits::FitsE rrore)98 catch (CCfits::FitsException e) 99 99 { 100 100 stringstream str; … … 177 177 } 178 178 } 179 catch(CCfits::FitsE rrore)179 catch(CCfits::FitsException e) 180 180 { 181 181 stringstream str; … … 203 203 fTable->addKey(name, value, comment); 204 204 } 205 catch (CCfits::FitsE rrore)205 catch (CCfits::FitsException e) 206 206 { 207 207 stringstream str;
Note:
See TracChangeset
for help on using the changeset viewer.