"serialization/tests/TestSerializeCustomAngleForce.cpp" did not exist on "27a2456b0fa62eb3df0c3dedbcd3af9ff86a1ec8"
Commit 74ad9a16 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #1903 from stefdoerr/stefdoerr-removed-unused-line

removed unused line
parents 1ef93e47 45710f2f
...@@ -112,7 +112,6 @@ void CpuLangevinDynamics::threadUpdate2(int threadIndex) { ...@@ -112,7 +112,6 @@ void CpuLangevinDynamics::threadUpdate2(int threadIndex) {
for (int i = start; i < end; i++) { for (int i = start; i < end; i++) {
if (inverseMasses[i] != 0.0) { if (inverseMasses[i] != 0.0) {
double sqrtInvMass = sqrt(inverseMasses[i]);
xPrime[i] = atomCoordinates[i]+velocities[i]*dt; xPrime[i] = atomCoordinates[i]+velocities[i]*dt;
} }
} }
......
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