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/psphotImageBackground.c

    r6319 r6441  
    4040    x->n = y->n = z->n = Nout;
    4141
    42     psPolynomial2D *skyModel = psPolynomial2DAlloc(1, 1, PS_POLYNOMIAL_ORD);
     42    psPolynomial2D *skyModel = psPolynomial2DAlloc(PS_POLYNOMIAL_ORD, 1, 1);
    4343    skyModel->mask[1][1] = 1;
    4444
Note: See TracChangeset for help on using the changeset viewer.