]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCAGrid.cxx
OpenCL version of the HLT tracker added (the new code is not used in standard compila...
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCAGrid.cxx
index 6f5583bffd96da563b7e067b21cd58247040596b..7578afd9f77005346ca8c00c69396d3919fb942f 100644 (file)
@@ -26,7 +26,9 @@
 #include <assert.h>
 #endif
 
+#if !defined(__OPENCL__) || defined(HLTCA_HOSTCODE)
 #include <iostream>
+#endif
 
 GPUdi() void AliHLTTPCCAGrid::CreateEmpty()
 {
@@ -77,7 +79,7 @@ GPUdi() int AliHLTTPCCAGrid::GetBin( float Y, float Z ) const
   return bin;
 }
 
-GPUi() int AliHLTTPCCAGrid::GetBinBounded( float Y, float Z ) const
+GPUdi() int AliHLTTPCCAGrid::GetBinBounded( float Y, float Z ) const
 {
   //* get the bin pointer
   const int yBin = static_cast<int>( CAMath::FMulRZ( Y - fYMin, fStepYInv ) );