Changeset 16485 for trunk/Mars/mcore/factfits.h
- Timestamp:
- 05/30/13 15:01:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/factfits.h
r16443 r16485 101 101 return; 102 102 103 zfits calib(fileName, " IntCalibration");103 zfits calib(fileName, "ZDrsCellOffsets"); 104 104 105 105 if (calib.bad()) … … 117 117 clear(rdstate()|ios::badbit); 118 118 #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"); 120 120 #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; 122 122 return; 123 123 #endif
Note:
See TracChangeset
for help on using the changeset viewer.