Changeset 8946 for trunk/MagicSoft/Mars/mbase/MTime.cc
- Timestamp:
- 06/12/08 17:56:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTime.cc
r8907 r8946 827 827 } 828 828 829 Bool_t MTime::SetBinary(const UInt_t t[6]) 830 { 831 return Set(t[0], t[1], t[2], t[3], t[4], t[5], 0); 832 } 833 829 834 istream &MTime::ReadBinary(istream &fin) 830 835 {
Note:
See TracChangeset
for help on using the changeset viewer.