]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCANeighboursCleaner.h
bug fix: reconstruction crash when the output buffer size exceed
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCANeighboursCleaner.h
index 1fe362bf94c691324ac3248e7ad962e5922711a3..e9ed78cc5e011132c2b39ed10e9d7bfa84f4b7ae 100644 (file)
@@ -31,7 +31,8 @@ class AliHLTTPCCANeighboursCleaner
         AliHLTTPCCASharedMemory( const AliHLTTPCCASharedMemory& /*dummy*/ )
             : fIRow( 0 ), fIRowUp( 0 ), fIRowDn( 0 ), fNRows( 0 ), fNHits( 0 ) {}
         AliHLTTPCCASharedMemory& operator=( const AliHLTTPCCASharedMemory& /*dummy*/ ) { return *this; }
-#endif
+#endif //!HLTCA_GPUCODE
+
       protected:
         int fIRow; // current row index
         int fIRowUp; // current row index
@@ -47,4 +48,4 @@ class AliHLTTPCCANeighboursCleaner
 };
 
 
-#endif
+#endif //ALIHLTTPCCANEIGHBOURSCLEANER_H