Changeset 10947 for trunk/FACT++/src/Fits.cc
- Timestamp:
- 06/09/11 14:05:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r10946 r10947 301 301 302 302 //the first standard variable is the current MjD 303 if (fEndMjD ==0)303 if (fEndMjD==0) 304 304 { 305 305 const double doubleValue = *reinterpret_cast<double*>(fStandardPointers[0]); … … 316 316 fits_get_errstatus(status, text); 317 317 ostringstream str; 318 str << "Writing FITS row " << fNumRow << " in " << fFileName << ": " << text << " (file_write_tblbytes, rc=" << status << ")";318 str << "Writing FITS row " << fNumRows << " in " << fFileName << ": " << text << " (file_write_tblbytes, rc=" << status << ")"; 319 319 fMess->Error(str); 320 320 // FIXME: What is a proper action here?
Note:
See TracChangeset
for help on using the changeset viewer.