Ignore:
Timestamp:
05/24/06 17:29:26 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r7737 r7739  
    952952        //*fLog << err << "Pulse is too much to the left, cannot go below 0!" << endl;
    953953        //return -1;
    954         return kTRUE;
    955 
    956954    }
    957955    if (newlast+wshigain > numhigainsamples+numlogainsamples-1)
     
    974972    }
    975973
     974    return kTRUE;
     975/*
    976976    //
    977977    // Set and store the new ranges
     
    984984
    985985    fExtractor->SetRange(hi0, hi1, lo0, lo1);
    986     return kTRUE;
     986    return kTRUE;*/
    987987}
    988988
Note: See TracChangeset for help on using the changeset viewer.