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

Comparing branches/new_design/OOPSE-2.0/src/primitives/Bend.hpp (file contents):
Revision 1747 by tim, Wed Nov 17 06:37:56 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      protected:
52 <        virtual BendType* getBendType() {
53 <            return bendType_;
54 <        }
55 <        
56 <    private:
52 >        //virtual BendType* getBendType() {
53 >        //    return bendType_;
54 >        //}
55  
56          BendType* bendType_; /**< bend type */
57          Atom* atom1_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines