IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2004, 4:54:45 PM (22 years ago)
Author:
evanalst
Message:

Update calls to psMemCheckLeaks, psPolynomial1DEval, psSpline1DEval.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmNonLinear.c

    r2275 r2481  
    55 *  @author George Gusciora, MHPCC
    66 *
    7  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-11-04 02:02:10 $
     7 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-11-25 02:54:45 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040    for (i=0;i<(in->image)->numRows;i++) {
    4141        for (j=0;j<(in->image)->numCols;j++) {
    42             (in->image)->data.F32[i][j] = psPolynomial1DEval((in->image)->data.F32[i][j], coeff);
     42            (in->image)->data.F32[i][j] = psPolynomial1DEval(coeff, (in->image)->data.F32[i][j]);
    4343        }
    4444    }
Note: See TracChangeset for help on using the changeset viewer.