]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenHIJINGpara.cxx
Coverity bugs corrected.
[u/mrichter/AliRoot.git] / EVGEN / AliGenHIJINGpara.cxx
index 20cabde512d1f314a33e46c6629dc1a81cdc1158..3596b4deb8b27d9ca3a4b1b52b6965ea4df7dfa5 100644 (file)
@@ -428,7 +428,7 @@ void AliGenHIJINGpara::DecayPi0(Float_t* orig, Float_t * p)
     Float_t polar[3] = {0., 0., 0.};
     Int_t np = fDecayer->ImportParticles(particles);
     fNpartProd += (np-1);
-    Int_t nt;    
+    Int_t nt = 0;    
     for (Int_t i = 1; i < np; i++)
     {
        TParticle* iParticle =  (TParticle *) particles->At(i);