Commit 559cf7c6 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed a bug

parent 2d8e6684
...@@ -1466,6 +1466,9 @@ void* gpuInit(int numAtoms, unsigned int device, bool useBlockingSync) ...@@ -1466,6 +1466,9 @@ void* gpuInit(int numAtoms, unsigned int device, bool useBlockingSync)
gpu->psRbDihedralParameter2 = NULL; gpu->psRbDihedralParameter2 = NULL;
gpu->psLJ14ID = NULL; gpu->psLJ14ID = NULL;
gpu->psLJ14Parameter = NULL; gpu->psLJ14Parameter = NULL;
gpu->psCustomParams = NULL;
gpu->psCustomExceptionID = NULL;
gpu->psCustomExceptionParams = NULL;
gpu->psEwaldCosSinSum = NULL; gpu->psEwaldCosSinSum = NULL;
gpu->psShakeID = NULL; gpu->psShakeID = NULL;
gpu->psShakeParameter = NULL; gpu->psShakeParameter = NULL;
......
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