]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
A fix in the initialization of iclusters array that generated a compilation warning...
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 May 2009 08:18:10 +0000 (08:18 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 May 2009 08:18:10 +0000 (08:18 +0000)
PWG1/AliESDRecInfo.cxx

index ddb9abcd3fd48df7980b3f9daccbdca1aaa19444..71c38299799f9aa232ea40652d18a2b818f9b233 100644 (file)
@@ -231,7 +231,7 @@ void  AliESDRecInfo::UpdatePoints(AliESDtrack*track)
   fTPCPoints[1] = -1;
   //
   if (fTPCPoints[0]<fTPCPoints[1]) return;
-  //  Int_t nclusters=track->GetTPCclusters(iclusters);
+    /*Int_t nclusters=*/track->GetTPCclusters(iclusters);
 
   Int_t ngood=0;
   Int_t undeff=0;