]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for Coverity warning 22314
authormasera <massimo.masera@cern.ch>
Mon, 10 Mar 2014 14:30:47 +0000 (15:30 +0100)
committermkrzewic <mikolaj.krzewicki@cern.ch>
Tue, 11 Mar 2014 20:32:34 +0000 (21:32 +0100)
ITS/UPGRADE/AliITSUClusterLines.cxx

index e6d59004f3577302bce6f37e0ae68a8a4ecf4678..f0a2516ea4b9bc4944ee5cecc206819fe1778480 100644 (file)
@@ -20,6 +20,8 @@ AliITSUClusterLines::AliITSUClusterLines() : TObject(),
                                             fLabels(),
                                             fV() {
   // Default Constructor
+
+  for(Int_t i=0;i<9;++i) fW[i] = 0.;
 }
 
 //____________________________________________________________________________________________________________