Ignore:
Timestamp:
07/01/08 15:04:01 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc

    r8985 r8989  
    491491    fSkip.Reset();
    492492
     493    // In cases in which ReInit isn't called right in time (e.g. if
     494    // the first starguider event comes before the first data event)
     495    fNsbSum   =  0;
     496    fNsbSq    =  0;
     497    fNsbCount =  0;
     498
    493499    return fDeviation ? kTRUE : kFALSE;
    494500}
Note: See TracChangeset for help on using the changeset viewer.