ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/nonbonded/GB.cpp
(Generate patch)

Comparing branches/development/src/nonbonded/GB.cpp (file contents):
Revision 1548 by gezelter, Fri Apr 8 21:25:19 2011 UTC vs.
Revision 1549 by gezelter, Wed Apr 27 18:38:15 2011 UTC

# Line 360 | Line 360 | namespace OpenMD {
360      idat.f1 += dUdr * rhat + dUda * ul1 + dUdb * ul2;    
361      idat.t1 += dUda * rxu1 - dUdg * uxu;
362      idat.t2 += dUdb * rxu2 - dUdg * uxu;
363 <    idat.vpair[0] += U*idat.sw;
363 >    idat.vpair += U*idat.sw;
364  
365      return;
366  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines