Ignore:
Timestamp:
07/13/08 13:16:03 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gui/MGCosy.cc

    r8865 r8998  
    10311031    if (oldmjd != (ULong_t)(1000000*mjd))
    10321032    {
    1033         MString str;
    1034         str.Print("%12.6f", mjd);
    1035         fMjd->SetText(new TGString(str));
     1033        fMjd->SetText(new TGString(MString::Format("%12.6f", mjd)));
    10361034        oldmjd = (ULong_t)(1000000*mjd);
    10371035    }
Note: See TracChangeset for help on using the changeset viewer.