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

Comparing branches/new_design/OOPSE-3.0/src/types/PolynomialBendType.hpp (file contents):
Revision 1799 by tim, Tue Nov 30 03:49:22 2004 UTC vs.
Revision 1800 by tim, Tue Nov 30 04:14:43 2004 UTC

# Line 46 | Line 46 | class PolynomialBendType : public BendType{
46   class PolynomialBendType : public BendType{
47  
48      public:
49 <        PolynomialBendType() {}
50 <        PolynomialBendType(double theta, const std::vector<int>& power,
51 <            const std::vector<double>& coeff) : BendType(theta){
52 <        }
49 >        PolynomialBendType(double theta) : BendType(theta) {}
50  
51          void setCoefficient(int power, double coefficient) {
52              polynomial_.setCoefficient(power, coefficient);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines