IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15449


Ignore:
Timestamp:
Nov 5, 2007, 10:16:27 AM (19 years ago)
Author:
Paul Price
Message:

Fixing order of arguments.

File:
1 edited

Legend:

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

    r15443 r15449  
    5858        psRegion *region = regions->data[i]; // Region of interest
    5959        psVector *solution = solutions->data[i]; // Solution of interest
    60         if (!pmSubtractionConvolve(convRO, inRO, NULL, NULL, 0, region, solution, kernels, true,
    61                                    PM_SUBTRACTION_MODE_1)) {
     60        if (!pmSubtractionConvolve(convRO, inRO, NULL, NULL, 0, region, solution, kernels,
     61                                   PM_SUBTRACTION_MODE_1, true)) {
    6262            psError(PS_ERR_UNKNOWN, false, "Unable to convolve mask image in region %d.", i);
    6363            psFree(convRO);
Note: See TracChangeset for help on using the changeset viewer.