Changeset 5352 for trunk


Ignore:
Timestamp:
11/06/04 21:13:48 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5351 r5352  
    2929
    3030   * mimage/MHillasCalc.cc
     31     - Changed, in constructor, initialization of size of fErrors from
     32       6 to 7, since there are 6 error codes (+ succesful operation)
     33       for the Hillas calculations.
     34
    3135     - Changed in PostProcess calls to TestBit by calls to TestFlag.
    3236       With TestBit, return value was always false and statistics of
  • trunk/MagicSoft/Mars/mimage/MHillasCalc.cc

    r5350 r5352  
    174174          fNameConc(gsNameConc),           fNameImagePar(gsNameImagePar),
    175175          fNameNewImagePar(gsNameNewImagePar),
    176           fErrors(6), fFlags(0xff), fIdxIsland(-1)
     176          fErrors(7), fFlags(0xff), fIdxIsland(-1)
    177177{
    178178    fName  = name  ? name  : gsDefName.Data();
Note: See TracChangeset for help on using the changeset viewer.