IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2005, 11:52:24 AM (21 years ago)
Author:
desonia
Message:

merged post-release fixes from CVS main.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel9/psModules/src/objects/pmPSF.c

    r5255 r5768  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-10-10 19:53:40 $
     8 *  @version $Revision: 1.1.8.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-12-12 21:52:22 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818
    1919#include <pslib.h>
    20 #include "psLibUtils.h"
    2120#include "pmObjects.h"
    2221#include "pmPSF.h"
     
    9493    for (int i = 0; i < psf->params->n; i++) {
    9594        // XXX EAM : make this a user-defined value?
    96         // XXX EAM : future version (0.7.0?) psf->params->data[i] = psPolynomial2DAlloc(PS_POLYNOMIAL_ORD, 1, 1);
    97         psf->params->data[i] = psPolynomial2DAlloc(PS_POLYNOMIAL_ORD, 1, 1);
     95        psf->params->data[i] = psPolynomial2DAlloc(1, 1, PS_POLYNOMIAL_ORD);
    9896    }
    9997
Note: See TracChangeset for help on using the changeset viewer.