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

Comparing branches/new_design/OOPSE-3.0/src/types/UreyBradleyBendType.hpp (file contents):
Revision 1787 by tim, Tue Nov 23 23:12:23 2004 UTC vs.
Revision 1788 by tim, Mon Nov 29 14:49:51 2004 UTC

# Line 33 | Line 33
33   #ifndef TYPES_UREYBRADLEYBENDTYPE_HPP
34   #define TYPES_UREYBRADLEYBENDTYPE_HPP
35  
36 < #include "types/BendType.hpp"
37 <
36 > #include "types/HarmonicBendType.hpp"
37 > #include "types/HarmonicBondType.hpp"
38   namespace oopse {
39   /**
40   * @class UreyBradleyBendType
# Line 57 | Line 57 | class UreyBradleyBendType : public HarmonicBendType {
57              hbt_.setForceConstant(kub);
58          }
59  
60 <        void getUBLength() {
60 >        double getUBLength() {
61              return hbt_.getEquilibriumBondLength();
62          }
63  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines