Ignore:
Timestamp:
06/09/11 14:05:07 (13 years ago)
Author:
tbretz
Message:
Fixed a typo.
File:
1 edited

Legend:

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

    r10946 r10947  
    301301
    302302    //the first standard variable is the current MjD
    303     if (fEndMjD == 0)
     303    if (fEndMjD==0)
    304304    {
    305305        const double doubleValue = *reinterpret_cast<double*>(fStandardPointers[0]);
     
    316316        fits_get_errstatus(status, text);
    317317        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 << ")";
    319319        fMess->Error(str);
    320320        // FIXME: What is a proper action here?
Note: See TracChangeset for help on using the changeset viewer.