Changeset 2424 for trunk/MagicSoft/Mars
- Timestamp:
- 10/23/03 14:01:49 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2423 r2424 1 1 -*-*- END OF LINE -*-*- 2 2003/10/23: Thomas Bretz 3 4 * macros/star.C: 5 - replaced geometry by the task MGeomApply 6 7 * manalysis/MCerPhotCalc.cc: 8 - fixed typo 9 10 11 2 12 2003/10/22: Thomas Bretz 3 13 -
trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc
r2377 r2424 248 248 if (ptr==NULL) 249 249 { 250 *fLog << warn << "WARNING - Pixel #" << idx << " saturated but has no lo gains.. skipping!" << endl;250 *fLog << warn << "WARNING - Pixel #" << idx << " saturated but has no lo gains... skipping!" << endl; 251 251 return kCONTINUE; 252 252 }
Note:
See TracChangeset
for help on using the changeset viewer.