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/test/math/tst_psSpline1D.c

    r5647 r6204  
    1313*  @author GLG, MHPCC
    1414*
    15 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    16 *  @date $Date: 2005-12-01 01:20:38 $
     15*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     16*  @date $Date: 2006-01-26 21:10:22 $
    1717*
    1818*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    120120        tmpSline->spline = (psPolynomial1D **) psAlloc(numSplines * sizeof(psPolynomial1D *));
    121121        for (psS32 i=0;i<numSplines;i++) {
    122             spline->spline[i] = psPolynomial1DAlloc(3, PS_POLYNOMIAL_ORD);
     122            spline->spline[i] = psPolynomial1DAlloc(PS_POLYNOMIAL_ORD, 3);
    123123        }
    124124    */
Note: See TracChangeset for help on using the changeset viewer.