From 458a65db3463c89a4a4c2e3dde2a673dcd321e9a Mon Sep 17 00:00:00 2001
From: Eckhard von Toerne <evt@physik.uni-bonn.de>
Date: Sat, 4 Dec 2010 11:15:10 +0000
Subject: [PATCH] Fix coverity issue 11406 (again)

git-svn-id: http://root.cern.ch/svn/root/trunk@37253 27541ba8-7e3a-0410-8455-c3a389f83636
---
 tmva/src/PDEFoam.cxx | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tmva/src/PDEFoam.cxx b/tmva/src/PDEFoam.cxx
index 8823e08bf73..0682edb5a4a 100644
--- a/tmva/src/PDEFoam.cxx
+++ b/tmva/src/PDEFoam.cxx
@@ -205,7 +205,11 @@ TMVA::PDEFoam::PDEFoam(const PDEFoam &From) :
    , fXmax(0)
    , fNElements(0)
    , fNmin(0)
-   , fVolFrac(0)
+   , fMaxDepth(0)
+   , fVolFrac(30.0)
+   , fFillFoamWithOrigWeights(kFALSE)
+   , fDTSeparation(kFoam)
+   , fPeekMax(kTRUE)
    , fDistr(0)
    , fTimer(0)
    , fVariableNames(0)
-- 
GitLab