Changeset 4755 for trunk/MagicSoft/Mars
- Timestamp:
- 08/27/04 13:02:45 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4752 r4755 19 19 20 20 -*-*- END OF LINE -*-*- 21 2004/08/27: 22 23 * mjobs/MJCalibration.h 24 - re-added function SetInput which had been removed recently 25 (probably by accident) 26 27 * mjobs/MJCalibration.cc 28 - return kTRUE in function FindColor() if the colour has already 29 been set (e.g. by the macro). 30 31 32 33 21 34 2004/08/27: Thomas Bretz 22 35 -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4732 r4755 1119 1119 Bool_t MJCalibration::FindColor() 1120 1120 { 1121 if (fColor != MCalibrationCam::kNONE) 1122 return kTRUE; 1123 1121 1124 if (fSequence.IsValid()) 1122 1125 {
Note:
See TracChangeset
for help on using the changeset viewer.