IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 9:40:52 AM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psSpline.c

    r4162 r4219  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.105 $ $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 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    175175static void dPolynomial2DFree(psDPolynomial2D* myPoly)
    176176{
    177     //printf("dPolynomial2DFree(): HMMM: myPoly->nX is %d\n", myPoly->nX);
    178     //printf("dPolynomial2DFree(): HMMM: myPoly->nY is %d\n", myPoly->nY);
    179177    for (psS32 x = 0; x < myPoly->nX; x++) {
    180178        psFree(myPoly->coeff[x]);
     
    16361634{
    16371635    PS_ASSERT_POLY_NON_NULL(myPoly, NAN);
    1638 
    16391636    if (myPoly->type == PS_POLYNOMIAL_ORD) {
    16401637        return(dOrdPolynomial2DEval(x, y, myPoly));
Note: See TracChangeset for help on using the changeset viewer.