• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT

    User name Moffit

    Log entry time 09:15:38 on September13,2005

    Entry number 154599

    This entry is a followup to: 154570

    keyword=Fix to feedback code..

    Made a fix to the feedback code to prevent the seg faults that were causing the 
    feedback not to update last night (as well as previous nights).
    
    More info is contained within my recent CVS commit to PAN:
    Modified Files:
            VaAnalysis.cc 
    Log Message:
    
    Performing an erase on a vector, using an iterator, doesn't always provide the 
    desired result.  Especially when the erase is performed on the last element of 
    the vector (unless you desire a segmentation fault!).
    
    Fix to prevent a seg fault in ComputeData and ComputeLastData by redefining a 
    vector iterator (just one that points to the end of the vector) during each 
    iteration of the for loop.
    
    Also properly defined the index of fFdbkName for "IAHallC".