]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliRecPoint.cxx
Set the default size of TArrayF
[u/mrichter/AliRoot.git] / STEER / AliRecPoint.cxx
index b074af3f864ae5d74dcf3f7db8bda763c28a8fe6..d1f8e5d47d729d67387d8783d1eb1ba507315e12 100644 (file)
@@ -116,7 +116,7 @@ void AliRecPoint::AddDigit(AliDigitNew & digit)
   
   
   if ( fMulDigit >= fMaxDigit ) { // increase the size of the list 
-    int * tempo = new ( int[fMaxDigit*=2] ) 
+    int * tempo = new int[fMaxDigit*2]
     
     Int_t index ;