]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Coverity fix
authordstocco <diego.stocco@cern.ch>
Mon, 12 Jan 2015 16:47:31 +0000 (17:47 +0100)
committerlaphecet <laurent.aphecetche@subatech.in2p3.fr>
Mon, 12 Jan 2015 17:34:08 +0000 (18:34 +0100)
commitc603eaaf8d66d9756a2a471c79548c9eaeefb1e9
tree8fe34de731d758ba81d00b53cb5708f215629050
parent0d05f97c2083331f3bb10af5e2f41ad1bdb3df9a
Coverity fix

Actually, there is nothing to fix.
I access elements of arrays with length 3 in loops
going from 0 to nTypes which can be either 1 or 3.
I try to set nTypes as const, and bind the array dimension to it,
hoping that coverity is happy.
PWG/muon/AliAnalysisTaskFlowSingleMu.cxx