--- trunk/OOPSE-3.0/src/math/ChebyshevPolynomials.hpp 2005/04/15 22:04:00 2204 +++ trunk/OOPSE-3.0/src/math/ChebyshevPolynomials.hpp 2005/11/16 23:10:02 2448 @@ -63,7 +63,7 @@ namespace oopse { class ChebyshevPolynomials { public: ChebyshevPolynomials(int maxPower); - + virtual ~ChebyshevPolynomials() {} /** * Calculates the value of the nth Chebyshev Polynomial evaluated at the given x value. * @return The value of the nth Chebyshev Polynomial evaluates at the given x value