Commit e28ce558 authored by Peter Eastman's avatar Peter Eastman
Browse files

Bug fix

parent 0cae89d3
...@@ -258,7 +258,7 @@ void computeNonbonded(__global float4* forceBuffers, __global float* energyBuffe ...@@ -258,7 +258,7 @@ void computeNonbonded(__global float4* forceBuffers, __global float* energyBuffe
#endif #endif
#ifdef USE_EXCLUSIONS #ifdef USE_EXCLUSIONS
excl >>= 1; excl >>= 1;
# #endif
tj = (tj + 1) & (TILE_SIZE - 1); tj = (tj + 1) & (TILE_SIZE - 1);
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment