Changeset 7005 for trunk/MagicSoft/Mars/mreport/MReportStarguider.cc
- Timestamp:
- 05/10/05 12:13:12 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportStarguider.cc
r6922 r7005 84 84 { 85 85 Int_t len; 86 Int_t n=sscanf(str.Data(), "%lf %lf %n", &fDev Az, &fDevZd, &len);86 Int_t n=sscanf(str.Data(), "%lf %lf %n", &fDevZd, &fDevAz, &len); 87 87 if (n!=2) 88 88 { … … 105 105 MAstro::String2Angle(str, fNominalAz); // Nom Az 106 106 107 if (ver < 999999999)107 if (ver < 200503220) 108 108 { 109 109 // Until a fix in the software the written position was nonsense
Note:
See TracChangeset
for help on using the changeset viewer.