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

Comparing trunk/src/primitives/Inversion.cpp (file contents):
Revision 1275 by cli2, Fri Jul 4 20:54:29 2008 UTC vs.
Revision 1277 by gezelter, Mon Jul 14 12:35:58 2008 UTC

# Line 81 | Line 81 | namespace oopse {
81      if (cos_phi > 1.0) cos_phi = 1.0;
82      if (cos_phi < -1.0) cos_phi = -1.0;
83  
84 +
85      RealType dVdcosPhi;
86      inversionType_->calcForce(cos_phi, potential_, dVdcosPhi);
87      Vector3d f1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines