Ignore:
Timestamp:
05/10/05 12:13:12 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportStarguider.cc

    r6922 r7005  
    8484{
    8585    Int_t len;
    86     Int_t n=sscanf(str.Data(), "%lf %lf %n", &fDevAz, &fDevZd, &len);
     86    Int_t n=sscanf(str.Data(), "%lf %lf %n", &fDevZd, &fDevAz, &len);
    8787    if (n!=2)
    8888    {
     
    105105    MAstro::String2Angle(str, fNominalAz);   // Nom Az
    106106
    107     if (ver < 999999999)
     107    if (ver < 200503220)
    108108    {
    109109        // Until a fix in the software the written position was nonsense
Note: See TracChangeset for help on using the changeset viewer.