IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2006, 4:51:07 PM (20 years ago)
Author:
eugene
Message:

fixing memory issues, converging with pslib v.10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psPolynomialUtils.c

    r5993 r6441  
    127127    double Foo = Fym + Fyp + Fo[-1] + Fo[+0] + Fo[+1];
    128128
    129     psPolynomial2D *poly = psPolynomial2DAlloc (2, 2, PS_POLYNOMIAL_ORD);
     129    psPolynomial2D *poly = psPolynomial2DAlloc (PS_POLYNOMIAL_ORD, 2, 2);
    130130    poly->mask[2][2] = 1;
    131131    poly->mask[1][2] = 1;
Note: See TracChangeset for help on using the changeset viewer.