IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2004, 2:39:18 PM (22 years ago)
Author:
evanalst
Message:

Function name change psGetArrayPolynomial to psVectorFitPolynomial1D.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMinimize04.c

    r1190 r1345  
    11/*****************************************************************************
    2     This routine must ensure that the psGetArrayPolynomial works correctly.
     2    This routine must ensure that the psVectorFitPolynomial1D works correctly.
    33 *****************************************************************************/
    44#include <stdio.h>
     
    4545    }
    4646
    47     psGetArrayPolynomial(myPoly, x, y, yErr);
     47    psVectorFitPolynomial1D(myPoly, x, y, yErr);
    4848
    4949    for (i=0;i<POLY_ORDER+1;i++) {
Note: See TracChangeset for help on using the changeset viewer.