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

Comparing branches/new_design/OOPSE-3.0/src/types/CubicBendType.hpp (file contents):
Revision 1756 by tim, Thu Nov 18 23:26:27 2004 UTC vs.
Revision 1793 by tim, Mon Nov 29 18:00:33 2004 UTC

# Line 44 | Line 44 | class CubicBendType : public BendType {
44  
45      public:
46  
47 <        CubicBendType(double theta, , double k3, double k2, double k1, double k0)
47 >        CubicBendType(double theta, double k3, double k2, double k1, double k0)
48              : BendType(theta),k3_(k3), k2_(k2),  k1_(k1), k0_(k0){
49          }
50  
# Line 59 | Line 59 | class CubicBendType : public BendType {
59              k3 = k3_;
60              k2  = k2_;
61              k1 = k1_;
62 <            k0 = k0_
62 >            k0 = k0_;
63          }
64  
65          virtual void calcForce(double theta, double& V, double& dVdTheta) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines