Print

Print


Commit in lcio/src/cpp/include/UTIL on MAIN
CellIDEncoder.h+2-21.2 -> 1.3
rm spurious ;

lcio/src/cpp/include/UTIL
CellIDEncoder.h 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- CellIDEncoder.h	1 Feb 2007 10:43:23 -0000	1.2
+++ CellIDEncoder.h	2 Feb 2007 09:01:47 -0000	1.3
@@ -27,7 +27,7 @@
    *  or -1 if no cellid1 exists. 
    */
   template <class T>
-  int CellIDEncoder_cellID1Bit()  { return -1 ; } ;
+  int CellIDEncoder_cellID1Bit()  { return -1 ; } 
 
   /** specialization that returns the proper bit for the second cellid */
   template<> int CellIDEncoder_cellID1Bit<EVENT::SimCalorimeterHit>() {  return LCIO::CHBIT_ID1 ; }
@@ -63,7 +63,7 @@
    *  &nbsp;   } <br>
    * 
    *  @see BitField64
-   *  @version $Id: CellIDEncoder.h,v 1.2 2007/02/01 10:43:23 gaede Exp $
+   *  @version $Id: CellIDEncoder.h,v 1.3 2007/02/02 09:01:47 gaede Exp $
    */
   template <class T> 
   class CellIDEncoder : public BitField64 {
CVSspam 0.2.8