IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 11:10:22 AM (20 years ago)
Author:
gusciora
Message:

Implemented the polynomial alloc argument changes.

File:
1 edited

Legend:

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

    r6193 r6204  
    1414 *      stats->binsize
    1515 *
    16  *  @version $Revision: 1.161 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-01-26 00:31:19 $
     16 *  @version $Revision: 1.162 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-01-26 21:10:22 $
    1818 *
    1919 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    14571457    psVector *y = psVectorAlloc(3, PS_TYPE_F64);
    14581458    psVector *yErr = psVectorAlloc(3, PS_TYPE_F64);
    1459     psPolynomial1D *myPoly = psPolynomial1DAlloc(2, PS_POLYNOMIAL_ORD);
     1459    psPolynomial1D *myPoly = psPolynomial1DAlloc(PS_POLYNOMIAL_ORD, 2);
    14601460
    14611461    psF32 tmpFloat = 0.0f;
Note: See TracChangeset for help on using the changeset viewer.