Changeset 3383 for trunk/MagicSoft/Mars
- Timestamp:
- 03/03/04 00:10:49 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3382 r3383 4 4 5 5 -*-*- END OF LINE -*-*- 6 7 2004/03/03: Abelardo Moralejo 8 9 * mgeom/MGeomCam.cc 10 - Undid yesterday change! I do not know why, display completely 11 fails after that change, both for old and new camera files. 12 Put back fPixels[i] = new MGeomPix; in constructor. 6 13 7 14 2004/03/02: Abelardo Moralejo … … 23 30 - Added Print() function. 24 31 25 * mgeom/MGeomCam.cc 32 * mgeom/MGeomCam.cc => NOTE: this change was undone later! 26 33 - Replaced 27 34 fPixels[i] = new MGeomPix; by -
trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
r3382 r3383 85 85 86 86 for (UInt_t i=0; i<npix; i++) 87 { 88 MGeomPix* dummy = new MGeomPix(); 89 fPixels.Add(dummy); 90 } 87 fPixels[i] = new MGeomPix; 91 88 92 89 SetReadyToSave();
Note:
See TracChangeset
for help on using the changeset viewer.