Difference for src/CudaTileListKernel.cu from version 1.1 to 1.2

version 1.1version 1.2
Line 1161
Line 1161
  
   bool doShiftDown = (begin_bit != 0 || highDepthBitsSetIn);   bool doShiftDown = (begin_bit != 0 || highDepthBitsSetIn);
  
   if (numTileListsDst == 0)   // if (numTileListsDst == 0)
     NAMD_die("CudaTileListKernel::sortTileLists, numTileListsDst = 0");   //   NAMD_die("CudaTileListKernel::sortTileLists, numTileListsDst = 0");
  
   // Check that the array sizes are adequate   // Check that the array sizes are adequate
   if (numTileListsSrc > tileListsSrc.size || numJtilesSrc > tileJatomStartSrc.size ||   if (numTileListsSrc > tileListsSrc.size || numJtilesSrc > tileJatomStartSrc.size ||


Legend:
Removed in v.1.1 
changed lines
 Added in v.1.2



Made by using version 1.53 of cvs2html