ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/primitives/Torsion.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/primitives/Torsion.cpp (file contents):
Revision 3445 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 3446 by cli2, Wed Sep 10 19:51:45 2008 UTC

# Line 77 | Line 77 | namespace oopse {
77  
78      RealType dVdcosPhi;
79      torsionType_->calcForce(cos_phi, potential_, dVdcosPhi);
80 <    Vector3d f1;
81 <    Vector3d f2;
82 <    Vector3d f3;
80 >    Vector3d f1 ;
81 >    Vector3d f2 ;
82 >    Vector3d f3 ;
83  
84      Vector3d dcosdA = (cos_phi * A - B) /rA;
85      Vector3d dcosdB = (cos_phi * B - A) /rB;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines