Changeset 8870 for trunk/MagicSoft/Cosy/main/MStarguider.cc
- Timestamp:
- 02/22/08 11:44:52 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MStarguider.cc
r8859 r8870 616 616 //fClient.ExitLoop(); 617 617 // cout << "FIXME: ExitLoop not called!!!!!!" << endl; 618 fGetter->ExitLoop(); 618 619 gSystem->ExitLoop(); 619 620 } … … 2023 2024 if (fCosy) 2024 2025 { 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 2029 2031 } 2030 2032
Note:
See TracChangeset
for help on using the changeset viewer.