Changeset 7652 for trunk/MagicSoft
- Timestamp:
- 04/22/06 16:16:14 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7651 r7652 36 36 * mjtrain/MJTrainSeparation.h: 37 37 - added missing initialization of fAutoTrain 38 - fixed an error in EnablAutoTrain (was always set to kTRUE) 38 39 39 40 -
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.h
r7651 r7652 52 52 } 53 53 54 void EnableAutoTrain(Bool_t b=kTRUE) { fAutoTrain = kTRUE; }54 void EnableAutoTrain(Bool_t b=kTRUE) { fAutoTrain = b; } 55 55 56 56 Bool_t Train(const char *out);
Note:
See TracChangeset
for help on using the changeset viewer.