Commit 16166939 authored by Saurabh Belsare's avatar Saurabh Belsare
Browse files

Fixed bug in getTotalDipoles in AmoebaCudaKernels.cpp 2

parent 67385273
......@@ -1837,8 +1837,8 @@ void CudaCalcAmoebaMultipoleForceKernel::getTotalDipoles(ContextImpl& context, v
}
else {
vector<float4> posqVec;
vector<float> labFramePermanentDipolesVec;
vector<float> inducedDipolesVec;
vector<float> labDipoleVec;
vector<float> inducedDipoleVec;
vector<float> totalDipoleVecX(numParticles);
vector<float> totalDipoleVecY(numParticles);
vector<float> totalDipoleVecZ(numParticles);
......
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