IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2006, 5:11:30 PM (20 years ago)
Author:
Paul Price
Message:

Updating to work with pslib rel10 --- needed to fix polynomial allocation and image subregions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/poisCalculateEquation.c

    r5717 r6452  
    3232    int numKernelParams = kernelParams->n; // Number of kernel parameters
    3333
    34     psPolynomial2D *poly = psPolynomial2DAlloc(config->spatialOrder + 1, config->spatialOrder + 1,
    35                                                PS_POLYNOMIAL_ORD); // Polynomial for evaluation
     34    psPolynomial2D *poly = psPolynomial2DAlloc(PS_POLYNOMIAL_ORD, config->spatialOrder + 1,
     35                                               config->spatialOrder + 1); // Polynomial for evaluation
    3636    for (int j = 0; j < config->spatialOrder + 1; j++) {
    3737        for (int i = 0; i < config->spatialOrder + 1; i++) {
Note: See TracChangeset for help on using the changeset viewer.