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 1742 by tim, Tue Nov 16 20:36:18 2004 UTC

# Line 50 | Line 50 | class Bend {
50  
51      private:
52          BendType* bendType_; /**< bend type */
53 <        Atom* atom1;
54 <        Atom* atom2;
55 <        Atom* atom3;
56 <        double potential;
53 >        Atom* atom1_;
54 >        Atom* atom2_;
55 >        Atom* atom3_;
56 >        double potential_;
57   };    
58  
59  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines