]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity 18211
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Jan 2012 12:19:10 +0000 (12:19 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 23 Jan 2012 12:19:10 +0000 (12:19 +0000)
PYTHIA8/pythia8145/include/PartonDistributions.h

index f3030ac5ba22f588c3b7933688995fde75095681..49cb5e6720ec036889b3f56c41f4aa668068bbe7 100644 (file)
@@ -354,7 +354,7 @@ public:
   // Constructor.
  PomH1FitAB(int idBeamIn = 990, int iFit = 1, double rescaleIn = 1.,
    string xmlPath = "../xmldoc/", Info* infoPtr = 0) : PDF(idBeamIn) 
-   {rescale = rescaleIn; init( iFit, xmlPath, infoPtr);}
+   {nx=0; nQ2 = 0; rescale = rescaleIn; init( iFit, xmlPath, infoPtr);}
 
 private: