Ignore:
Timestamp:
09/07/01 12:44:16 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/main
Files:
1 deleted
2 edited

Legend:

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

    r924 r925  
    676676    fMac2->SetPosEndswitch(Deg2ZdRE(env.GetValue("Zd_Max[Deg]", +1.0)));
    677677    cout << "done." << endl;
     678
     679    fMac1->EnableTimeout(kTRUE, 500);
     680    fMac2->EnableTimeout(kTRUE, 500);
    678681
    679682/*
  • trunk/MagicSoft/Cosy/main/MStarguider.h

    r924 r925  
    33
    44#include "Camera.h"
    5 #include "Starguider.h"
     5#include "MGStarguider.h"
    66
    77class MStarguider : public Camera
    88{
    99private:
    10     Starguider *fDisplay;
     10    MGStarguider *fDisplay;
    1111
    1212public:
    1313    MStarguider()
    1414    {
    15         fDisplay = new Starguider;
     15        fDisplay = new MGStarguider;
    1616    }
    1717
Note: See TracChangeset for help on using the changeset viewer.