Changeset 8271 for trunk/MagicSoft


Ignore:
Timestamp:
01/26/07 21:11:12 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8269 r8271  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2007/01/26 Thomas Bretz
     22
     23   * mpedestal/MExtractPedestal.cc:
     24     - fixed a bug which caused the pedestal to be set to 0 if the
     25       AB-flag is invalid
     26
     27
    2028
    2129 2007/01/25 Thomas Bretz
  • trunk/MagicSoft/Mars/mpedestal/MExtractPedestal.cc

    r8151 r8271  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractPedestal.cc,v 1.23 2006-10-24 07:58:13 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractPedestal.cc,v 1.24 2007-01-26 21:10:14 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    688688    ab1 = valid ? ab[1] : 0;
    689689
    690     return ab0+ab1;
     690    return ab[0]+ab[1];
    691691}
    692692
Note: See TracChangeset for help on using the changeset viewer.