Changeset 3171 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Feb 9, 2005, 10:56:17 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r3115 r3171 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.8 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-02-0 3 00:54:10$9 * @version $Revision: 1.87 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-09 20:56:17 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 260 260 // Polynomial i has i-th order. 261 261 chebPolys[0]->coeff[0] = 1; 262 chebPolys[1]->coeff[1] = 1; 262 263 // XXX: Bug 296 264 if (maxChebyPoly > 1) { 265 chebPolys[1]->coeff[1] = 1; 266 } 263 267 for (i = 2; i < maxChebyPoly; i++) { 264 268 for (j = 0; j < chebPolys[i - 1]->n; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
