Ignore:
Timestamp:
06/28/04 14:21:08 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4256 r4357  
    904904    // Check wheter star found
    905905    Led *star = (Led*)leds.At(0);
    906     if (!star)
     906    if (!star || leds.GetEntries()<1)
    907907        return;
    908908
     
    993993    *fOutTp << " " << -dzd << " " << -daz;
    994994    *fOutTp << " " << setprecision(11) << t.GetMjd();
     995    *fOutTp << " " << setprecision(4) << center.GetMag();
     996    *fOutTp << " " << star->GetMag();
    995997    *fOutTp << endl;
    996998
Note: See TracChangeset for help on using the changeset viewer.