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

Comparing branches/new_design/OOPSE-4/src/primitives/Torsion.cpp (file contents):
Revision 1846 by tim, Wed Nov 24 20:55:03 2004 UTC vs.
Revision 1847 by tim, Sat Dec 4 05:24:07 2004 UTC

# Line 4 | Line 4 | Torsion::Torsion(Atom *atom1, Atom *atom2, Atom *atom3
4  
5   Torsion::Torsion(Atom *atom1, Atom *atom2, Atom *atom3, Atom *atom4,
6                   TorsionType *tt) :
7 <    atom1_(atom1),
8 <    atom2_(atom2),
9 <    atom3_(atom3),
10 <    atom4_(atom4) { }
7 >    atom1_(atom1), atom2_(atom2), atom3_(atom3), atom4_(atom4), torsionType_(tt) { }
8  
9   void Torsion::calcForce() {
10      Vector3d pos1 = atom1_->getPos();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines