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 1745 by tim, Tue Nov 16 20:36:18 2004 UTC vs.
Revision 1746 by tim, Wed Nov 17 06:37:56 2004 UTC

# Line 48 | Line 48 | class Bend {
48              return potential;
49          }
50  
51 +    protected:
52 +        virtual BendType* getBendType() {
53 +            return bendType_;
54 +        }
55 +        
56      private:
57 +
58          BendType* bendType_; /**< bend type */
59          Atom* atom1_;
60          Atom* atom2_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines