Ignore:
Timestamp:
04/27/07 15:19:59 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc

    r8452 r8458  
    301301            if (res<0) //FIXME!!! How does this happen?
    302302            {
    303                 *fLog << warn << "Pixel  " << setw(4) << i << ": Time resolution not calculated." << endl;
     303                *fLog << warn << "Pixel  " << setw(4) << i << ": Time resolution could not be calculated." << endl;
    304304                (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingTimeResolution);
    305305                continue;
Note: See TracChangeset for help on using the changeset viewer.