Changeset 4219 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Jun 13, 2005, 9:40:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r4162 r4219 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.10 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06- 08 23:40:45$9 * @version $Revision: 1.106 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-13 19:39:31 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 175 175 static void dPolynomial2DFree(psDPolynomial2D* myPoly) 176 176 { 177 //printf("dPolynomial2DFree(): HMMM: myPoly->nX is %d\n", myPoly->nX);178 //printf("dPolynomial2DFree(): HMMM: myPoly->nY is %d\n", myPoly->nY);179 177 for (psS32 x = 0; x < myPoly->nX; x++) { 180 178 psFree(myPoly->coeff[x]); … … 1636 1634 { 1637 1635 PS_ASSERT_POLY_NON_NULL(myPoly, NAN); 1638 1639 1636 if (myPoly->type == PS_POLYNOMIAL_ORD) { 1640 1637 return(dOrdPolynomial2DEval(x, y, myPoly));
Note:
See TracChangeset
for help on using the changeset viewer.
