Changeset 5885 for trunk/MagicSoft/Mars
- Timestamp:
- 01/18/05 17:52:56 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5883 r5885 21 21 -*-*- END OF LINE -*-*- 22 22 23 2005/01/18 Markus Gaug 24 25 * mcalib/MCalibColorSet.cc 26 - fixed the remaining day of data without colour in project name 27 neither in digital modules bits. 28 29 23 30 2005/01/18 Thomas Bretz 24 31 … … 40 47 - added parentesis to ensure bitwise operators priority 41 48 with respect to logical operators. 42 43 49 44 50 -
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r5835 r5885 234 234 case 44768: 235 235 case 44976: 236 case 45082: 237 case 45083: 238 case 45089: 239 case 45090: 240 case 45091: 241 case 45094: 242 case 45119: 236 243 case 45249: 237 244 case 45253: … … 275 282 case 26568: 276 283 case 26924: 284 case 45051: 285 case 45084: 286 case 45085: 287 case 45092: 277 288 case 45227: 278 289 case 45241: … … 286 297 break; 287 298 299 case 45086: 300 case 45088: 301 case 45111: 302 case 45115: 288 303 case 45216: 289 304 case 45218: … … 320 335 break; 321 336 337 case 45116: 322 338 case 45609: 323 339 case 45219: 324 *fLog << err << "Sorry, run 45219was taken with a combination of colours used to flat-field ";340 *fLog << err << "Sorry, run " << num << " was taken with a combination of colours used to flat-field "; 325 341 *fLog << err << "the camera. It cannot be used for the standard calibration " << endl; 326 342 return kFALSE;
Note:
See TracChangeset
for help on using the changeset viewer.