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

Comparing branches/new_design/OOPSE-3.0/src/primitives/Torsion.cpp (file contents):
Revision 1692 by tim, Mon Nov 1 20:15:58 2004 UTC vs.
Revision 1701 by tim, Wed Nov 3 16:08:43 2004 UTC

# Line 39 | Line 39 | void Torsion::calc_forces(){
39    
40    double r_cr1_r_cr2; /* the length of r_cr1 * length of r_cr2 */
41    
42 <  double aR[3], bR[3], cR[3], dR[3];
43 <  double aF[3], bF[3], cF[3], dF[3];
42 >  Vector3d aR, bR, cR, dR;
43 >  Vector3d aF, bF, cF, dF;
44  
45    aR = c_p_a->getPos();
46    bR = c_p_b->getPos();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines