]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity warning corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Sep 2013 12:10:42 +0000 (12:10 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Sep 2013 12:10:42 +0000 (12:10 +0000)
PYTHIA6/AliPythia6.cxx

index 4196feb1a0c2bf79de213525ddbbb29feec123f4..b97f7a61c6f529b372153aa0701d6b8df47f4ea3 100644 (file)
@@ -627,6 +627,11 @@ void AliPythia6::ProcInit(Process_t process, Float_t energy, StrucFunc_t strucfu
       //    number of warnings printed on the shell
       SetMSTU(26,20);
       break;
       //    number of warnings printed on the shell
       SetMSTU(26,20);
       break;
+      case kPyCharmPWHG:
+      case kPyBeautyPWHG:
+      //    number of warnings printed on the shell
+      SetMSTU(26,20);
+
     }
 //
 //  Initialize PYTHIA
     }
 //
 //  Initialize PYTHIA