Changeset 7708 for trunk


Ignore:
Timestamp:
05/10/06 09:20:59 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Changelog

    r7622 r7708  
    11                                                                  -*-*- END -*-*-
     2 2006/05/10 Thomas Bretz
     3
     4   * main/MStarguider.cc:
     5     - fixed an error returning the correct value in CalcTrackingError
     6     - added new value to Starguider report
     7
     8   * tcpip/MDriveCom.[h,cc]:
     9     - added new value to starguider report
     10
     11
     12   
    213 2006/03/23 - Daniela Dorner, Thomas Bretz
    314
  • trunk/MagicSoft/Cosy/main/MStarguider.cc

    r7707 r7708  
    14851485    // Check StargTPoint data set request
    14861486    if (!fStargTPoint->IsDown())
    1487         return kTRUE;
     1487        return numcor;
    14881488    fStargTPoint->SetDown(kFALSE);
    14891489
     
    15261526        cout << "     => starguider tpoint hasn't been stored. " << endl;
    15271527        cout << "     Please repeat whole procedure. " << endl;
    1528         return kTRUE;
     1528        return numcor;
    15291529    }
    15301530
Note: See TracChangeset for help on using the changeset viewer.