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

Comparing branches/new_design/OOPSE-3.0/src/primitives/Bond.hpp (file contents):
Revision 1882 by tim, Mon Dec 6 20:15:02 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 74 | Line 74 | class Bond {
74          BondType* getBondType() {
75              return bondType_;
76          }
77    private:
77          
78 <        BondType* bondType_; /**< bond type */
80 <        Atom* atom1_;
81 <        Atom* atom2_;
78 >    private:
79          double potential_;
80 +        Atom* atom1_;
81 +        Atom* atom2_;        
82 +        BondType* bondType_; /**< bond type */
83 +
84   };    
85  
86  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines