ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/math/ChebyshevPolynomials.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/math/ChebyshevPolynomials.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 3286 by cpuglis, Thu Dec 6 20:04:02 2007 UTC

# Line 65 | Line 65 | namespace oopse {
65      }
66    }
67  
68 <
68 > /*
69    void ChebyshevT::GenerateFirstTwoTerms() {
70      DoublePolynomial t0;
71      t0.setCoefficient(0, 1.0);
# Line 85 | Line 85 | namespace oopse {
85      u1.setCoefficient(1, 2.0);
86      polyList_.push_back(u1);  
87    }
88 + */
89  
90   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines