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
RealVec forces[5];
RealVec* chiralCheckAtom;
if( chiralCheckAtomIndex >= 0 ){
if( chiralCheckAtomIndex > -1 ){
chiralCheckAtom = &posData[chiralCheckAtomIndex];
} else {
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