"platforms/cuda/vscode:/vscode.git/clone" did not exist on "b619675415da2666ed773109b025da6541a7eb4a"
Commit 98771719 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Minor mod for torsion-torsion

parent b6790d94
...@@ -575,7 +575,7 @@ RealOpenMM AmoebaReferenceTorsionTorsionForce::calculateForceAndEnergy( int numT ...@@ -575,7 +575,7 @@ RealOpenMM AmoebaReferenceTorsionTorsionForce::calculateForceAndEnergy( int numT
RealVec forces[5]; RealVec forces[5];
RealVec* chiralCheckAtom; RealVec* chiralCheckAtom;
if( chiralCheckAtomIndex >= 0 ){ if( chiralCheckAtomIndex > -1 ){
chiralCheckAtom = &posData[chiralCheckAtomIndex]; chiralCheckAtom = &posData[chiralCheckAtomIndex];
} else { } else {
chiralCheckAtom = NULL; chiralCheckAtom = 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