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

Comparing branches/new_design/OOPSE-3.0/src/types/PolynomialBondType.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 PolynomialBondType : public BondType{
46   class PolynomialBondType : public BondType{
47  
48      public:
49 <        PolynomialBondType() {}
50 <        PolynomialBondType(double r0, const std::vector<int>& power,
51 <            const std::vector<double>& coeff) : BondType(r0){
52 <        }
49 >        PolynomialBondType(double r0) : BondType(r0) {}
50  
51          void setCoefficient(int power, double coefficient) {
52              polynomial_.setCoefficient(power, coefficient);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines