]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity fix
authorbelikov <Iouri.Belikov@cern.ch>
Tue, 25 Feb 2014 08:44:36 +0000 (09:44 +0100)
committerbelikov <Iouri.Belikov@cern.ch>
Tue, 25 Feb 2014 08:44:36 +0000 (09:44 +0100)
ITS/UPGRADE/AliITSUGeomTGeo.cxx

index 1acd64cc7277c11acfade65b0a78fc698d701359..99accae999327b404bc3e3e65275e213b703a9cb 100644 (file)
@@ -102,6 +102,7 @@ AliITSUGeomTGeo::AliITSUGeomTGeo(const AliITSUGeomTGeo &src)
   // copy c-tor
   if (fNLayers) {
     fNStaves   = new Int_t[fNLayers];
+    fNSubStaves= new Int_t[fNLayers];
     fNChipsPerModule = new Int_t[fNLayers];
     fLrChipType  = new Int_t[fNLayers];
     fLastChipIndex   = new Int_t[fNLayers];