Changeset 11373 for trunk/FACT++/src/Fits.cc
- Timestamp:
- 07/13/11 14:55:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r11364 r11373 301 301 char text[30]; 302 302 fits_get_errstatus(status, text); 303 str << "Inserting row into " << fFileName << ": " << text << " (fits_insert_rows, rc=" << status << ") ;303 str << "Inserting row into " << fFileName << ": " << text << " (fits_insert_rows, rc=" << status << ")"; 304 304 fMess->Error(str); 305 305 Close();
Note:
See TracChangeset
for help on using the changeset viewer.