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

Comparing branches/new_design/OOPSE-3.0/src/primitives/Bend.hpp (file contents):
Revision 1742 by tim, Tue Nov 16 20:36:18 2004 UTC vs.
Revision 1748 by tim, Wed Nov 17 21:47:42 2004 UTC

# Line 45 | Line 45 | class Bend {
45          void calcForce();
46          
47          double getPotential() {
48 <            return potential;
48 >            return potential_;
49          }
50  
51 <    private:
51 >    protected:
52 >        //virtual BendType* getBendType() {
53 >        //    return bendType_;
54 >        //}
55 >
56          BendType* bendType_; /**< bend type */
57          Atom* atom1_;
58          Atom* atom2_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines