Ignore:
Timestamp:
02/22/08 11:44:52 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MStarguider.cc

    r8859 r8870  
    616616    //fClient.ExitLoop();
    617617    //    cout << "FIXME: ExitLoop not called!!!!!!" << endl;
     618    fGetter->ExitLoop();
    618619    gSystem->ExitLoop();
    619620}
     
    20232024            if (fCosy)
    20242025            {
    2025                 MDriveCom &com = *fCosy->GetDriveCom();
    2026                 com.SendStargReport(fStatus, fD, fSao->GetZdAz(),
    2027                                     sgcenter, numstars, rc, bright,
    2028                                     time.GetMjd(), 0, 0);    // Report
     2026                MDriveCom *com = fCosy->GetDriveCom();
     2027                if (com)
     2028                    com->SendStargReport(fStatus, fD, fSao->GetZdAz(),
     2029                                         sgcenter, numstars, rc, bright,
     2030                                         time.GetMjd(), 0, 0);    // Report
    20292031            }
    20302032
Note: See TracChangeset for help on using the changeset viewer.