IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6450


Ignore:
Timestamp:
Feb 17, 2006, 4:09:45 PM (20 years ago)
Author:
Paul Price
Message:

Updating to pslib rel10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacInvertMaps.c

    r5745 r6450  
    3232
    3333        // Create fake polynomial to use in evaluation
    34         psPolynomial2D *fakePoly = psPolynomial2DAlloc(order, order, PS_POLYNOMIAL_ORD);
     34        psPolynomial2D *fakePoly = psPolynomial2DAlloc(PS_POLYNOMIAL_ORD, order, order);
    3535        for (int i = 0; i <= order; i++) {
    3636            for (int j = 0; j <= order; j++) {
Note: See TracChangeset for help on using the changeset viewer.