]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
CID 21235: Uninitialized scalar field (UNINIT_CTOR)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 29 May 2013 15:22:33 +0000 (15:22 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 29 May 2013 15:22:33 +0000 (15:22 +0000)
PYTHIA8/pythia8175/include/MergingHooks.h

index 40abdee2635b843886fd295db3882a81f3379928..f7ee45b05ff172471be21b677c5955eae32f07f0 100644 (file)
@@ -57,7 +57,7 @@ public:
   double tms;
 
   // Default constructor
 HardProcess(){}
HardProcess(): hardIncoming1(0), hardIncoming2(0), tms(0) {}
   // Default destructor
   ~HardProcess(){}