Ignore:
Timestamp:
01/03/05 12:49:16 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5690 r5693  
    420420              return kTRUE;
    421421          }
    422 
     422  }
     423  else
     424      *fLog << inf << "Color and Intensity determined from project-name (" << proj << ")... ";
     425
     426  if (color == kNONE)
     427  {
    423428      *fLog << err;
    424429      *fLog << "Sorry, calibration run " << num << " was taken before the events could be" << endl;
     
    427432      return kFALSE;
    428433  }
    429 
    430   *fLog << inf << "Color and Intensity determined from project-name (" << proj << ")... ";
    431434
    432435  switch (color)
Note: See TracChangeset for help on using the changeset viewer.