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 1695 by tim, Mon Nov 1 22:52:57 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;
61 <        Atom* atom3;
62 <        double potential;
59 >        Atom* atom1_;
60 >        Atom* atom2_;
61 >        Atom* atom3_;
62 >        double potential_;
63   };    
64  
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines