Ignore:
Timestamp:
05/23/06 16:31:41 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportStarguider.cc

    r7726 r7731  
    161161        (ver>=200603080))
    162162    {         
    163         // For the momment this are only placeholders....
     163        // For the moment this are only placeholders....
    164164        Float_t dx, dy;
    165165        n=sscanf(str.Data(), "%f %f %n", &dx, &dy, &len);
     
    176176    if (ver>=200605080)
    177177    {
    178         // For the momment this are only placeholders....
    179178        fNumCorrelatedStars = fNumIdentifiedStars;
    180179        n=sscanf(str.Data(), "%df %n", &fNumIdentifiedStars, &len);
Note: See TracChangeset for help on using the changeset viewer.