Ignore:
Timestamp:
02/03/07 15:10:14 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc

    r8293 r8294  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.60 2007-02-03 14:16:12 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.61 2007-02-03 15:10:14 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    180180
    181181    if (sig[p]>sig[p+1] || sig[p+1]>sig[p+2])
    182         return sat[p+1]>maxcont/2 ? sat0-1 : sat0-0.5;
     182        return sig[p+1]>maxcont/2 ? sat0-1 : sat0-0.5;
    183183
    184184    // Find the place at which the signal is maxcont/2
Note: See TracChangeset for help on using the changeset viewer.