Changeset 7652 for trunk/MagicSoft


Ignore:
Timestamp:
04/22/06 16:16:14 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7651 r7652  
    3636   * mjtrain/MJTrainSeparation.h:
    3737     - added missing initialization of fAutoTrain
     38     - fixed an error in EnablAutoTrain (was always set to kTRUE)
    3839
    3940
  • trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.h

    r7651 r7652  
    5252    }
    5353
    54     void EnableAutoTrain(Bool_t b=kTRUE) { fAutoTrain = kTRUE; }
     54    void EnableAutoTrain(Bool_t b=kTRUE) { fAutoTrain = b; }
    5555
    5656    Bool_t Train(const char *out);
Note: See TracChangeset for help on using the changeset viewer.