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/imsubtract/tst_pmSubtractBias.c

    r5844 r6205  
    2525 *  XXX: Memory leaks are not being detected.
    2626 *
    27  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    28  *  @date $Date: 2005-12-24 01:24:36 $
     27 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     28 *  @date $Date: 2006-01-26 21:10:51 $
    2929 *
    3030 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    643643
    644644    psStats *stat = psStatsAlloc(PS_STAT_SAMPLE_MEAN);
    645     psPolynomial1D *myPoly = psPolynomial1DAlloc(POLYNOMIAL_FIT_ORDER, PS_POLYNOMIAL_ORD);
     645    psPolynomial1D *myPoly = psPolynomial1DAlloc(PS_POLYNOMIAL_ORD, POLYNOMIAL_FIT_ORDER);
    646646    psSpline1D *mySpline = NULL;
    647647
Note: See TracChangeset for help on using the changeset viewer.