Changeset 8998 for trunk/MagicSoft/Cosy/gui
- Timestamp:
- 07/13/08 13:16:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGCosy.cc
r8865 r8998 1031 1031 if (oldmjd != (ULong_t)(1000000*mjd)) 1032 1032 { 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))); 1036 1034 oldmjd = (ULong_t)(1000000*mjd); 1037 1035 }
Note:
See TracChangeset
for help on using the changeset viewer.