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

Comparing branches/new_design/OOPSE-4/src/primitives/Bend.hpp (file contents):
Revision 1882 by tim, Thu Dec 2 16:04:19 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 66 | Line 66 | class Bend {
66          }
67  
68      protected:
69 <
70 <        BendType* bendType_; /**< bend type */
69 >        
70 >        double potential_;
71          Atom* atom1_;
72          Atom* atom2_;
73          Atom* atom3_;
74 <        double potential_;
74 >        BendType* bendType_; /**< bend type */
75 >
76   };    
77  
78  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines