| version 1.1 | version 1.2 |
|---|
| |
| | |
| 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 || |