Ignore:
Timestamp:
05/30/13 15:01:59 (11 years ago)
Author:
lyard
Message:
changed drs calib table name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/factfits.h

    r16443 r16485  
    101101            return;
    102102
    103         zfits calib(fileName, "IntCalibration");
     103        zfits calib(fileName, "ZDrsCellOffsets");
    104104
    105105        if (calib.bad())
     
    117117            clear(rdstate()|ios::badbit);
    118118#ifdef __EXCEPTIONS
    119             throw runtime_error("Table 'IntCalibration' found, but not with one row as expected");
     119            throw runtime_error("Table 'ZDrsCellOffsets' found, but not with one row as expected");
    120120#else
    121             gLog << ___err___ << "ERROR - Table 'IntCalibration' found, but not with one row as expected" << endl;
     121            gLog << ___err___ << "ERROR - Table 'ZDrsCellOffsets' found, but not with one row as expected" << endl;
    122122            return;
    123123#endif
Note: See TracChangeset for help on using the changeset viewer.