IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2008, 4:49:25 PM (18 years ago)
Author:
Paul Price
Message:

Fixing API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tap_psImageConvolve2.c

    r14703 r17301  
    9595        psKernel *kernel = generateKernel();
    9696
    97         psImage *convolved = psImageConvolveFFT(image, kernel, 0.0);
     97        psImage *convolved = psImageConvolveFFT(image, NULL, 0, kernel, 0.0);
    9898        ok(convolved, "convolution result");
    9999        skip_start(!convolved, 3, "convolution failed");
Note: See TracChangeset for help on using the changeset viewer.