Changeset 6361
- Timestamp:
- 02/10/05 18:15:13 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6357 r6361 46 46 yellow (warn). 47 47 48 * mcalib/MCalibColorSet.cc 49 - return kTRUE in case of MC-file 48 50 49 51 -
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r6360 r6361 157 157 } 158 158 159 if ( !header->IsMonteCarloRun())159 if (header->IsMonteCarloRun()) 160 160 return kTRUE; 161 161
Note:
See TracChangeset
for help on using the changeset viewer.