]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnVATProcessInfo.cxx
Major upgrade to the package, in order to speed-up the execution and remove some...
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnVATProcessInfo.cxx
index dd8a2d4798983f7130049d038fd541669728ba80..215bc62a36dc92d23bf8e0e52176e4896fc07f2c 100644 (file)
@@ -111,7 +111,7 @@ void AliRsnVATProcessInfo::PrintInfo(const Long64_t &num)
 // to inform about number of events processed
 //
 
-  if ((num+1) % fPrintInfoNumber == 0) AliInfo(Form("Events processed %d",(Int_t)num+1));
+  if ((num+1) % fPrintInfoNumber == 0) AliInfo(Form("Events processed %d",num+1));
 }