From: gconesab Date: Thu, 12 Aug 2010 08:03:43 +0000 (+0000) Subject: -mcompilation warning X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=baea8062c29d8ee06dc4421a623300105a2ed4fd;p=u%2Fmrichter%2FAliRoot.git -mcompilation warning --- diff --git a/EMCAL/AliEMCALv2.cxx b/EMCAL/AliEMCALv2.cxx index 4f93f9fc403..3ac18a64dd9 100644 --- a/EMCAL/AliEMCALv2.cxx +++ b/EMCAL/AliEMCALv2.cxx @@ -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;