]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
-mcompilation warning
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Aug 2010 08:03:43 +0000 (08:03 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Aug 2010 08:03:43 +0000 (08:03 +0000)
EMCAL/AliEMCALv2.cxx

index 4f93f9fc40300ad856e66a54adc6909f802333e6..3ac18a64dd9f5f4a67eaabdb602f2a632d4b6e41 100644 (file)
@@ -89,7 +89,7 @@ void AliEMCALv2::AddHit(Int_t shunt, Int_t primary, Int_t tracknumber, Int_t ipa
     // Add a hit to the hit list.
     // An EMCAL hit is the sum of all hits in a tower section
     //   originating from the same entering particle 
-    static Int_t hitCounter=0.;
+    static Int_t hitCounter=0;
     static AliEMCALHit *newHit=0, *curHit=0;
     static Bool_t deja=kFALSE;