Changeset 3027 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Jan 17, 2005, 1:25:10 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r3026 r3027 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.8 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-01-17 2 2:17:29 $9 * @version $Revision: 1.83 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-01-17 23:25:09 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 344 344 for (i=0;i<myPoly->n;i++) { 345 345 tmp+= (myPoly->coeff[i] * psPolynomial1DEval(x, chebPolys[i])); 346 // printf("HMMM: psPolynomial1DEval(%f, chebPolys[%d]) is %f\n", x, i, psPolynomial1DEval(x, chebPolys[i]));347 346 } 348 347 tmp-= (myPoly->coeff[0]/2.0);
Note:
See TracChangeset
for help on using the changeset viewer.
