Ignore:
Timestamp:
05/20/11 11:27:17 (13 years ago)
Author:
lyard
Message:
Fixed an issue with CCfits exceptions handling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.cc

    r10741 r10758  
    9696                        fFile = new FITS(fileName, RWmode::Write);
    9797                }
    98                 catch (CCfits::FitsError e)
     98                catch (CCfits::FitsException e)
    9999                {                       
    100100                        stringstream str;
     
    177177                }
    178178        }
    179         catch(CCfits::FitsError e)
     179        catch(CCfits::FitsException e)
    180180        {
    181181                stringstream str;
     
    203203                fTable->addKey(name, value, comment);
    204204        }
    205         catch (CCfits::FitsError e)
     205        catch (CCfits::FitsException e)
    206206        {
    207207                stringstream str;
Note: See TracChangeset for help on using the changeset viewer.