Ignore:
Timestamp:
05/05/04 01:15:30 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3968 r3969  
    203203Bool_t MTime::Set(UShort_t y, Byte_t m, Byte_t d, Byte_t h, Byte_t min, Byte_t s, UShort_t ms, UInt_t ns)
    204204{
    205     cout << "SET" << endl;
    206205    if (h>23 || min>59 || s>59 || ms>999 || ns>999999)
    207206        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.