IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2009, 4:06:10 PM (17 years ago)
Author:
Paul Price
Message:

Fixing type name to be compatible with macro use.

File:
1 edited

Legend:

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

    r21428 r21429  
    10871087    const psRegion *region = args->data[15]; // Region to convolve
    10881088    const pmSubtractionKernels *kernels = args->data[16]; // Kernels
    1089     bool doBG = PS_SCALAR_VALUE(args->data[17], PS_TYPE_U8); // Do background subtraction?
    1090     bool useFFT = PS_SCALAR_VALUE(args->data[18], PS_TYPE_U8); // Use FFT for convolution?
     1089    bool doBG = PS_SCALAR_VALUE(args->data[17], U8); // Do background subtraction?
     1090    bool useFFT = PS_SCALAR_VALUE(args->data[18], U8); // Use FFT for convolution?
    10911091
    10921092    return subtractionConvolvePatch(numCols, numRows, x0, y0, out1, out2, convMask, ro1, ro2, sys1, sys2,
Note: See TracChangeset for help on using the changeset viewer.