IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2007, 11:49:24 AM (19 years ago)
Author:
Paul Price
Message:

Fixing type for allocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionKernels.c

    r14106 r14198  
    322322    psTrace("psModules.imcombine", 3, "Number of basis functions: %d\n", num);
    323323
    324     pmSubtractionKernels *kernels = pmSubtractionKernelsAlloc(num, PM_SUBTRACTION_KERNEL_SPAM,
     324    pmSubtractionKernels *kernels = pmSubtractionKernelsAlloc(num, PM_SUBTRACTION_KERNEL_FRIES,
    325325                                                              size, spatialOrder); // The kernels
    326326    kernels->uStop = psVectorAlloc(num, PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.