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 1785 by tim, Thu Nov 18 23:26:27 2004 UTC vs.
Revision 1786 by tim, Fri Nov 26 02:13:56 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines