Changeset 8271 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 01/26/07 21:11:12 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.