Ignore:
Timestamp:
06/12/08 17:56:54 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTime.cc

    r8907 r8946  
    827827}
    828828
     829Bool_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
    829834istream &MTime::ReadBinary(istream &fin)
    830835{
Note: See TracChangeset for help on using the changeset viewer.