Ignore:
Timestamp:
02/08/08 22:49:30 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/main
Files:
2 edited

Legend:

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

    r8843 r8859  
    6363    MTTalk(MCosy *cosy) : MThread("MTTalk"), fCosy(cosy)
    6464    {
    65         //SetPriority(10);
    66         //Detach();
    6765        RunThread();
    6866    }
  • trunk/MagicSoft/Cosy/main/MStarguider.cc

    r8856 r8859  
    544544
    545545    if (channel<0)
    546         fGetter=new PngReader(*this);
     546        fGetter = new PngReader(*this);
    547547    else
    548     {
    549548        fGetter = new Camera(*this, channel);
    550         ((Camera*)fGetter)->Loop(0);
    551     }
    552549}
    553550
Note: See TracChangeset for help on using the changeset viewer.