Changeset 2424 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
10/23/03 14:01:49 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2423 r2424  
    11                                                 -*-*- END OF LINE -*-*-
     2  2003/10/23: Thomas Bretz
     3
     4   * macros/star.C:
     5     - replaced geometry by the task MGeomApply
     6
     7   * manalysis/MCerPhotCalc.cc:
     8     - fixed typo
     9
     10
     11
    212  2003/10/22: Thomas Bretz
    313 
  • trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc

    r2377 r2424  
    248248            if (ptr==NULL)
    249249            {
    250                 *fLog << warn << "WARNING - Pixel #" << idx << " saturated but has no lo gains.. skipping!" << endl;
     250                *fLog << warn << "WARNING - Pixel #" << idx << " saturated but has no lo gains... skipping!" << endl;
    251251                return kCONTINUE;
    252252            }
Note: See TracChangeset for help on using the changeset viewer.