IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2005, 12:32:57 PM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r4286 r4288  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.107 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-16 22:00:03 $
     9 *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-16 22:32:07 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    680680    psF64 xSum = 1.0;
    681681    psF64 ySum = 1.0;
    682     printf("dOrdPolynomial2DEval(%f, %f) (%d, %d)\n", x, y, myPoly->nX, myPoly->nY);
    683682
    684683    for (loop_x = 0; loop_x < myPoly->nX; loop_x++) {
     
    692691        xSum *= x;
    693692    }
    694     printf("dOrdPolynomial2DEval(END)\n");
    695693
    696694    return(polySum);
Note: See TracChangeset for help on using the changeset viewer.