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

Comparing trunk/src/nonbonded/MAW.cpp (file contents):
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1793 by gezelter, Fri Aug 31 21:16:10 2012 UTC

# Line 185 | Line 185 | namespace OpenMD {
185        RealType y = r.y();
186        RealType z = r.z();
187        RealType x2 = x * x;
188      RealType y2 = y * y;
188        RealType z2 = z * z;
189  
190        RealType r3 = *(idat.r2) *  *(idat.rij) ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines