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

Comparing branches/development/src/nonbonded/MAW.cpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1826 by gezelter, Wed Jan 9 19:41:48 2013 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