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 1694 by tim, Mon Nov 1 21:40:42 2004 UTC vs.
Revision 1742 by tim, Tue Nov 16 20:36:18 2004 UTC

# Line 34 | Line 34 | namespace oopse {
34   #ifndef PRIMITIVES_BEND_HPP
35   #define PRIMITIVES_BEND_HPP
36  
37 + #include "types/BendType.hpp"
38 +
39   namespace oopse {
40  
41   class Bend {
# Line 48 | 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