]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/comp/AliL3Modeller.cxx
Merged Bergen, mergen Cvetan TransformerRow and
[u/mrichter/AliRoot.git] / HLT / comp / AliL3Modeller.cxx
index cb7d075fa8a6e04078377f8f30d42a2ea68910e9..dd0a4253d78bae45ba721b4b4abfc69d994790ec 100644 (file)
@@ -471,8 +471,7 @@ void AliL3Modeller::WriteRemaining()
   AliL3DigitRowData *rowPt;
   rowPt = (AliL3DigitRowData*)fRowData;
   Int_t digitcount=0;
-  //  Int_t ndigits[(AliL3Transform::GetNRows(fPatch))];
-  Int_t * ndigits = new Int_t[(AliL3Transform::GetNRows(fPatch))];
+  Int_t *ndigits=new Int_t[(AliL3Transform::GetNRows(fPatch))];
   for(Int_t i=AliL3Transform::GetFirstRow(fPatch); i<=AliL3Transform::GetLastRow(fPatch); i++)
     {
       AliL3DigitData *digPt = (AliL3DigitData*)rowPt->fDigitData;