Changeset 8271
- Timestamp:
- 01/26/07 21:11:12 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8269 r8271 18 18 19 19 -*-*- 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 20 28 21 29 2007/01/25 Thomas Bretz -
trunk/MagicSoft/Mars/mpedestal/MExtractPedestal.cc
r8151 r8271 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractPedestal.cc,v 1.2 3 2006-10-24 07:58:13tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractPedestal.cc,v 1.24 2007-01-26 21:10:14 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 688 688 ab1 = valid ? ab[1] : 0; 689 689 690 return ab 0+ab1;690 return ab[0]+ab[1]; 691 691 } 692 692
Note:
See TracChangeset
for help on using the changeset viewer.