]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Some problems with the HP compiler fixed.
authorbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Jun 2000 06:47:32 +0000 (06:47 +0000)
committerbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Jun 2000 06:47:32 +0000 (06:47 +0000)
ITS/AliITSClusterFinderSSD.cxx

index e843459a91b30edc17221c32fcfdb8099a8d577e..12c0d23e4a3d765a317acccd833ef22a20f1e28c 100644 (file)
@@ -1070,7 +1070,7 @@ ResolvePackageBestCombin(AliITSpackageSSD *pkg)
      }
   }
 
-  Int_t** combin = new (Int_t*)[sizet]; //2D array to keep combinations in
+  Int_t **combin = new Int_t*[sizet]; //2D array to keep combinations in
 
   for(itera =0; itera <sizet;itera++) {
    combin[itera] = new Int_t[NP+1];