- Timestamp:
- 11/14/02 10:53:51 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1604 r1605 10 10 - get rid of old c-style sprintf 11 11 - return errorflag in Parab as return value! 12 13 * mgeom/MGeomPMT.cc, mgeom/MGeomMirror.cc: 14 - removed redefinition of a default argument 12 15 13 16 -
trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc
r1600 r1605 41 41 // Initializes a Mirror geometry with 0 values, except for fMirrorID. 42 42 // 43 MGeomPMT::MGeomPMT(Int_t pmt, const char *name =NULL, const char *title=NULL)43 MGeomPMT::MGeomPMT(Int_t pmt, const char *name, const char *title) 44 44 : fPMTId(pmt), fWavelength(0), fQE(0) 45 45 {
Note:
See TracChangeset
for help on using the changeset viewer.