Changeset 17559 for trunk/Mars
- Timestamp:
- 02/19/14 16:54:25 (11 years ago)
- Location:
- trunk/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MStatusDisplay.cc
r17130 r17559 2916 2916 2917 2917 ps->SetTextAlign(21); // cent bottom 2918 PSToolsTextNDC(*ps, 0.50, top+off, TString("MARS V" MARSVER" - Modular Analysis and Reconstruction Software - ")+d.AsString());2918 PSToolsTextNDC(*ps, 0.50, top+off, TString("MARS V" MARSVER " - Modular Analysis and Reconstruction Software - ")+d.AsString()); 2919 2919 2920 2920 ps->SetTextAlign(31); // right bottom -
trunk/Mars/mcore/ofits.h
r17304 r17559 993 993 SetStr("CREATOR", typeid(*this).name(), "Class that wrote this file"); 994 994 SetFloat("EXTREL", 1.0, "Release Number"); 995 SetStr("COMPILED", __DATE__" " __TIME__, "Compile time");995 SetStr("COMPILED", __DATE__" " __TIME__, "Compile time"); 996 996 SetStr("ORIGIN", "FACT", "Institution that wrote the file"); 997 997 SetStr("TIMESYS", "UTC", "Time system"); -
trunk/Mars/mfileio/MWriteFitsFile.cc
r17148 r17559 349 349 SetHeaderKey("CREATOR", "Ceres", ""); 350 350 SetHeaderKey("EXTREL", 1., ""); 351 SetHeaderKey("COMPILED", __DATE__" " __TIME__, "");351 SetHeaderKey("COMPILED", __DATE__" " __TIME__, ""); 352 352 //SetHeaderKey("REVISION", "0", ""); 353 353 SetHeaderKey("ORIGIN", "FACT", ""); -
trunk/Mars/mjobs/MJSimulation.cc
r17198 r17559 270 270 write.SetHeaderKey("CREATOR", "Ceres", ""); 271 271 write.SetHeaderKey("EXTREL", 1., ""); 272 write.SetHeaderKey("COMPILED", __DATE__" " __TIME__, "");272 write.SetHeaderKey("COMPILED", __DATE__" " __TIME__, ""); 273 273 write.SetHeaderKey("REVISION", "0", ""); 274 274 write.SetHeaderKey("ORIGIN", "FACT", "");
Note:
See TracChangeset
for help on using the changeset viewer.