Commit 2529b922 authored by Peter Eastman's avatar Peter Eastman
Browse files

Bug fix

parent d65992ea
......@@ -262,6 +262,7 @@ void OpenCLNonbondedUtilities::prepareInteractions() {
}
void OpenCLNonbondedUtilities::computeInteractions() {
if (tiles != NULL)
context.executeKernel(forceKernel, tiles->getSize()*OpenCLContext::TileSize);
}
......
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