]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coverity warning 10030 fixed
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 10:57:46 +0000 (10:57 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 10:57:46 +0000 (10:57 +0000)
HLT/TPCLib/tracking-ca/AliHLTTPCCASliceData.cxx

index 1c0e8be87086ccec1eacc29dcc42928f74649f74..91d1e60a226ad662e584672cf24b910bae59827c 100644 (file)
@@ -167,7 +167,7 @@ size_t AliHLTTPCCASliceData::SetPointers(const AliHLTTPCCAClusterData *data, boo
     // HitWeights, ClusterDataIndex
     fNumberOfHitsPlusAlign * 2 * sizeof( int );
 
     // HitWeights, ClusterDataIndex
     fNumberOfHitsPlusAlign * 2 * sizeof( int );
 
-  if ( 1||fMemorySize < memorySize ) { // release the memory on CPU
+  if ( 1 ){// fMemorySize < memorySize ) { // release the memory on CPU
        fMemorySize = memorySize;
        if (allocate && !fIsGpuSliceData)
        {
        fMemorySize = memorySize;
        if (allocate && !fIsGpuSliceData)
        {