Changeset 1327 for trunk/MagicSoft/Mars
- Timestamp:
- 04/30/02 12:15:59 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1326 r1327 26 26 * mhist/MH3.h: 27 27 - 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) 28 34 29 35 -
trunk/MagicSoft/Mars/mbase/Makefile
r1160 r1327 31 31 .SUFFIXES: .c .cc .cxx .h .hxx .o 32 32 33 SRCFILES = MParContainer.cc \ 33 SRCFILES = MLog.cc \ 34 MParContainer.cc \ 34 35 MParList.cc \ 35 36 MInputStreamID.cc \ … … 53 54 MClone.cc \ 54 55 MPrint.cc \ 55 MLog.cc \56 56 MLogManip.cc 57 57 -
trunk/MagicSoft/Mars/mdata/MDataMember.cc
r1304 r1327 132 132 // Print the name of the data member without an CR. 133 133 // 134 void MDataMember::Print(Option_t *opt = "") const134 void MDataMember::Print(Option_t *opt) const 135 135 { 136 136 *fLog << fName << flush; -
trunk/MagicSoft/Mars/mdata/MDataValue.cc
r1320 r1327 42 42 // Print the value 43 43 // 44 void MDataValue::Print(Option_t *opt = "") const44 void MDataValue::Print(Option_t *opt) const 45 45 { 46 46 *fLog << fValue << flush;
Note:
See TracChangeset
for help on using the changeset viewer.