IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2004, 1:35:47 PM (22 years ago)
Author:
gusciora
Message:

Modified the psVectorfit() tests and code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFunctions.c

    r1921 r1945  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-28 23:27:37 $
     9 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-10-03 23:35:47 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    486486float p_psChebPolynomial1DEval(float x, const psPolynomial1D* myPoly)
    487487{
    488     /*
    489488    psVector *d;
    490489    int n;
     
    508507    psFree(d);
    509508    return(tmp);
    510     */
     509    /*
    511510
    512511    int n;
     
    527526
    528527    return(tmp);
     528    */
    529529}
    530530
     
    18691869    p_psMemSetPersistent(p, true);
    18701870    p_psMemSetPersistent(p->data.F32, true);
     1871    /*
     1872        psVector *p = psVectorAlloc(n, PS_TYPE_F32);
     1873        float tmp;
     1874    */
    18711875
    18721876    psTrace(".psLib.dataManip.psFunctions.p_ps1DFullInterpolateF32", 4,
     
    19011905            "---- p_ps1DFullInterpolateF32() end ----\n");
    19021906
     1907    /*
     1908        tmp = p->data.F32[0];
     1909        psFree(p);
     1910        return(tmp);
     1911    */
    19031912    return(p->data.F32[0]);
    19041913}
Note: See TracChangeset for help on using the changeset viewer.