Ignore:
Timestamp:
04/30/02 12:15:59 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mdata
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdata/MDataMember.cc

    r1304 r1327  
    132132// Print the name of the data member without an CR.
    133133//
    134 void MDataMember::Print(Option_t *opt = "") const
     134void MDataMember::Print(Option_t *opt) const
    135135{
    136136    *fLog << fName << flush;
  • trunk/MagicSoft/Mars/mdata/MDataValue.cc

    r1320 r1327  
    4242// Print the value
    4343//
    44 void MDataValue::Print(Option_t *opt = "") const
     44void MDataValue::Print(Option_t *opt) const
    4545{
    4646    *fLog << fValue << flush;
Note: See TracChangeset for help on using the changeset viewer.