Changeset 3382 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 03/02/04 20:30:12 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3381 r3382 13 13 - Added GetNumCT() function. 14 14 - Replaced 15 fTelescopes[i]= new MGeomCorsikaCT by15 fTelescopes[i]= new MGeomCorsikaCT; by 16 16 17 17 MGeomCorsikaCT* dummy = new MGeomCorsikaCT(); … … 22 22 - Added getter functions for telescope coordinates. 23 23 - Added Print() function. 24 25 * mgeom/MGeomCam.cc 26 - Replaced 27 fPixels[i] = new MGeomPix; by 28 29 MGeomPix* dummy = new MGeomPix(); 30 fPixels.Add(dummy); 24 31 25 32
Note:
See TracChangeset
for help on using the changeset viewer.