From e802250c5ebe1b36087f510c6f80627ec72ed575 Mon Sep 17 00:00:00 2001 From: wiechula Date: Sun, 20 Oct 2013 13:11:22 +0000 Subject: [PATCH] o remove printf --- TPC/Base/AliTPCCorrectionLookupTable.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/TPC/Base/AliTPCCorrectionLookupTable.cxx b/TPC/Base/AliTPCCorrectionLookupTable.cxx index cbd1c47865f..ab568650b65 100644 --- a/TPC/Base/AliTPCCorrectionLookupTable.cxx +++ b/TPC/Base/AliTPCCorrectionLookupTable.cxx @@ -535,15 +535,15 @@ void AliTPCCorrectionLookupTable::BuildExactInverse() mDyCorr(ilow, jlow) = -dx[1]; mDzCorr(ilow, jlow) = -dx[2]; - printf("%3d %3d %3d\n",iPhi, ir, iz); - printf("%3d %3d %3d\n",klow, ilow, jlow); - printf("x2: %.5f %.5f %.5f\n", x2[0], x2[1], x2[2]); - printf("x2d: %.5f %.5f %.5f\n", x2[0]+dx[0], x2[1]+dx[1], x2[2]+dx[2]); - printf("xref: %.5f %.5f %.5f\n", xref[0], xref[1], xref[2]); - printf("xrd: %.5f %.5f %.5f\n", x2[0]+dx[0]-xref[0], x2[1]+dx[1]-xref[1], x2[2]+dx[2]-xref[2]); - printf("phid: %.5f %.5f %.5f\n", phid,rd,zd); - printf("phir: %.5f %.5f %.5f\n", phiRef,rRef,zRef); - printf("\n"); +// printf("%3d %3d %3d\n",iPhi, ir, iz); +// printf("%3d %3d %3d\n",klow, ilow, jlow); +// printf("x2: %.5f %.5f %.5f\n", x2[0], x2[1], x2[2]); +// printf("x2d: %.5f %.5f %.5f\n", x2[0]+dx[0], x2[1]+dx[1], x2[2]+dx[2]); +// printf("xref: %.5f %.5f %.5f\n", xref[0], xref[1], xref[2]); +// printf("xrd: %.5f %.5f %.5f\n", x2[0]+dx[0]-xref[0], x2[1]+dx[1]-xref[1], x2[2]+dx[2]-xref[2]); +// printf("phid: %.5f %.5f %.5f\n", phid,rd,zd); +// printf("phir: %.5f %.5f %.5f\n", phiRef,rRef,zRef); +// printf("\n"); } } } -- 2.43.0