ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/ChebyshevPolynomials.hpp
(Generate patch)

Comparing trunk/src/math/ChebyshevPolynomials.hpp (file contents):
Revision 1194 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1195 by cpuglis, Thu Dec 6 20:04:02 2007 UTC

# Line 101 | Line 101 | namespace oopse {
101    protected:
102  
103      std::vector<DoublePolynomial> polyList_;
104 +    void GeneratePolynomials(int maxPower);
105                  
106    private:
107          
107    void GeneratePolynomials(int maxPower);
108      virtual void GenerateFirstTwoTerms() = 0;
109          
110      int maxPower_;
111    };    
112 <
112 > /*
113    /**
114     * @class ChebyshevT
115     * @todo document
# Line 133 | Line 133 | namespace oopse {
133    private:
134      virtual void GenerateFirstTwoTerms();
135    };
136 + */
137  
137
138   } //end namespace oopse
139   #endif //MATH_CHEBYSHEVPOLYNOMIALS_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines