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

Comparing branches/new_design/OOPSE-4/src/types/UreyBradleyBendType.hpp (file contents):
Revision 1755 by tim, Wed Nov 17 21:47:42 2004 UTC vs.
Revision 1756 by tim, Thu Nov 18 23:26:27 2004 UTC

# Line 45 | Line 45 | class UreyBradleyBendType : public HarmonicBendType {
45  
46      public:
47  
48 <        UreyBradleyBendType(double theta0, double ktheta, double s0, double ksu)
49 <            : HarmonicBendType(theta0, ktheta), hbt_(HarmonicBondType(s0, ksu)){
48 >        UreyBradleyBendType(double theta0, double ktheta, double s0, double kub)
49 >            : HarmonicBendType(theta0, ktheta), hbt_(HarmonicBondType(s0, kub)){
50          }
51  
52          double getUBForceConstant() {
53              return hbt_.getForceConstant();
54          }
55          
56 <        void setUBForceConstant(double ksu) {
57 <            hbt_.setForceConstant(ksu);
56 >        void setUBForceConstant(double kub) {
57 >            hbt_.setForceConstant(kub);
58          }
59  
60          void getUBLength() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines