IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 18, 2009, 1:45:15 PM (17 years ago)
Author:
Paul Price
Message:

Fixing compilation error when TESTING.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r25376 r25447  
    266266            psRegion *region = psMetadataLookupPtr(NULL, conv->analysis,
    267267                                                   PM_SUBTRACTION_ANALYSIS_REGION); // Convolution region
    268 
    269             pmSubtractionAnalysis(readout->analysis, kernels, region,
     268            pmSubtractionKernels *kernels = psMetadataLookupPtr(NULL, conv->analysis,
     269                                                                PM_SUBTRACTION_ANALYSIS_KERNEL);
     270
     271            pmSubtractionAnalysis(readout->analysis, NULL, kernels, region,
    270272                                  readout->image->numCols, readout->image->numRows);
    271273
Note: See TracChangeset for help on using the changeset viewer.