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

Comparing branches/new_design/OOPSE-3.0/src/primitives/Torsion.hpp (file contents):
Revision 1842 by tim, Tue Nov 30 17:54:22 2004 UTC vs.
Revision 1843 by tim, Fri Dec 3 21:30:30 2004 UTC

# Line 48 | Line 48 | class Torsion {
48  
49          virtual void calcForce();
50          
51 <        double getPotential();
51 >        double getPotential() {
52 >            return potential_;
53 >        }
54  
55          Atom* getAtomA() {
56              return atom1_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines