Changeset 925 for trunk/MagicSoft/Cosy/main
- Timestamp:
- 09/07/01 12:44:16 (23 years ago)
- Location:
- trunk/MagicSoft/Cosy/main
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MCosy.cc
r924 r925 676 676 fMac2->SetPosEndswitch(Deg2ZdRE(env.GetValue("Zd_Max[Deg]", +1.0))); 677 677 cout << "done." << endl; 678 679 fMac1->EnableTimeout(kTRUE, 500); 680 fMac2->EnableTimeout(kTRUE, 500); 678 681 679 682 /* -
trunk/MagicSoft/Cosy/main/MStarguider.h
r924 r925 3 3 4 4 #include "Camera.h" 5 #include " Starguider.h"5 #include "MGStarguider.h" 6 6 7 7 class MStarguider : public Camera 8 8 { 9 9 private: 10 Starguider *fDisplay;10 MGStarguider *fDisplay; 11 11 12 12 public: 13 13 MStarguider() 14 14 { 15 fDisplay = new Starguider;15 fDisplay = new MGStarguider; 16 16 } 17 17
Note:
See TracChangeset
for help on using the changeset viewer.