Ignore:
Timestamp:
08/19/04 20:15:12 (20 years ago)
Author:
marcos
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mucm/classes/MExtrapolatePointingPos.cc

    r4691 r4692  
    207207
    208208    // Init
     209    fError = kFALSE;
    209210    fSplineZd  = NULL;
    210211    fSplineAz  = NULL;
     
    283284              << " outside range of drive reports  (" << fFirstDriveTime
    284285              << ", " << fLastDriveTime << ")" << endl;
     286        fError = kTRUE;
    285287        return kFALSE;
    286288    }
     
    307309
    308310
     311// ----------------------------------------------------------------------------
     312//
     313//
     314Int_t MExtrapolatePointingPos::PostProcess()
     315{
     316    return fError ? kFALSE : kTRUE;
     317}
Note: See TracChangeset for help on using the changeset viewer.