- Timestamp:
- 05/10/06 09:20:59 (19 years ago)
- Location:
- trunk/MagicSoft/Cosy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r7622 r7708 1 1 -*-*- 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 2 13 2006/03/23 - Daniela Dorner, Thomas Bretz 3 14 -
trunk/MagicSoft/Cosy/main/MStarguider.cc
r7707 r7708 1485 1485 // Check StargTPoint data set request 1486 1486 if (!fStargTPoint->IsDown()) 1487 return kTRUE;1487 return numcor; 1488 1488 fStargTPoint->SetDown(kFALSE); 1489 1489 … … 1526 1526 cout << " => starguider tpoint hasn't been stored. " << endl; 1527 1527 cout << " Please repeat whole procedure. " << endl; 1528 return kTRUE;1528 return numcor; 1529 1529 } 1530 1530
Note:
See TracChangeset
for help on using the changeset viewer.