]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODRecoDecay.cxx
Fixed compilation warnings
[u/mrichter/AliRoot.git] / STEER / AliAODRecoDecay.cxx
index 9e4911da85120c3b321f3cc5706dcf827c3cfca4..6e686b2f05a2dac9ad2752d3fd4ea430e82f3d4b 100644 (file)
@@ -520,7 +520,7 @@ Int_t AliAODRecoDecay::MatchToMC(Int_t pdgabs,TClonesArray *mcArray,
   // If yes, return label (>=0) of the AliAODMCParticle
   // 
 
-  Int_t labMom[10];
+  Int_t labMom[10]={0,0,0,0,0,0,0,0,0,0};
   Int_t i,j,lab,labMother,pdgMother,pdgPart;
   AliAODMCParticle *part=0;
   AliAODMCParticle *mother=0;