Changeset 1605


Ignore:
Timestamp:
11/14/02 10:53:51 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1604 r1605  
    1010     - get rid of old c-style sprintf
    1111     - return errorflag in Parab as return value!
     12
     13   * mgeom/MGeomPMT.cc, mgeom/MGeomMirror.cc:
     14     - removed redefinition of a default argument
    1215
    1316
  • trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc

    r1600 r1605  
    4141// Initializes a Mirror geometry with 0 values, except for fMirrorID.
    4242//
    43 MGeomPMT::MGeomPMT(Int_t pmt, const char *name=NULL, const char *title=NULL)
     43MGeomPMT::MGeomPMT(Int_t pmt, const char *name, const char *title)
    4444    : fPMTId(pmt), fWavelength(0), fQE(0)
    4545{
Note: See TracChangeset for help on using the changeset viewer.