Changeset 1327


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1326 r1327  
    2626   * mhist/MH3.h:
    2727     - removed 'const' to make 0.7 root 3.01/06 compatible
     28
     29   * mdata/MDataMember.cc, mdata/MDataValue.cc, mdata/MDataChain.cc:
     30     - removed a 'redefinition of default argument'
     31
     32   * mdata/MFDataMember.cc:
     33     - fixed a bug in the process function (second switch was never reached)
    2834
    2935
  • trunk/MagicSoft/Mars/mbase/Makefile

    r1160 r1327  
    3131.SUFFIXES: .c .cc .cxx .h .hxx .o
    3232
    33 SRCFILES = MParContainer.cc \
     33SRCFILES = MLog.cc \
     34           MParContainer.cc \
    3435           MParList.cc \
    3536           MInputStreamID.cc \
     
    5354           MClone.cc \
    5455           MPrint.cc \
    55            MLog.cc \
    5656           MLogManip.cc
    5757
  • 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.