Commit 703842be authored by Peter Eastman's avatar Peter Eastman
Browse files

Bug fix

parent 54b7eec9
......@@ -440,6 +440,7 @@ string OpenCLIntegrateRPMDStepKernel::createFFT(int size, const string& variable
if (stage%2 == 1) {
source<<"real0[indexInBlock] = real1[indexInBlock];\n";
source<<"imag0[indexInBlock] = imag1[indexInBlock];\n";
source<<"barrier(CLK_LOCAL_MEM_FENCE);\n";
}
source<<"}\n";
return source.str();
......
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