IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Implemented the polynomial alloc argument changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/detrend/tst_pmNonLinear.c

    r5435 r6205  
    1919 *  and where the data is outside the pmReadout range.
    2020 *
    21  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2005-10-20 23:06:24 $
     21 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2006-01-26 21:10:51 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7171    pmReadout *myReadout = pmReadoutAlloc(NULL);
    7272    myReadout->image = myImage;
    73     psPolynomial1D *myPoly = psPolynomial1DAlloc(2, PS_POLYNOMIAL_ORD);
     73    psPolynomial1D *myPoly = psPolynomial1DAlloc(PS_POLYNOMIAL_ORD, 2);
    7474    myPoly->coeff[1] = 1.0;
    7575
     
    169169    pmReadout *rc = NULL;
    170170    myReadout->image = myImage;
    171     psPolynomial1D *myPoly = psPolynomial1DAlloc(2, PS_POLYNOMIAL_ORD);
     171    psPolynomial1D *myPoly = psPolynomial1DAlloc(PS_POLYNOMIAL_ORD, 2);
    172172    myPoly->coeff[1] = 1.0;
    173173
Note: See TracChangeset for help on using the changeset viewer.