IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19347


Ignore:
Timestamp:
Sep 3, 2008, 12:41:07 PM (18 years ago)
Author:
Paul Price
Message:

Fix compilation error when TESTING.

File:
1 edited

Legend:

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

    r19346 r19347  
    649649#ifdef TESTING
    650650            {
    651                 psImage *mask = psPixelsToMask(NULL, inspect, psRegionSet(0, numCols - 1, 0, numRows - 1),
     651                psImage *mask = psPixelsToMask(NULL, inspect->data[i],
     652                                               psRegionSet(0, numCols - 1, 0, numRows - 1),
    652653                                               0xff); // Mask image
    653654                psString name = NULL;           // Name of image
Note: See TracChangeset for help on using the changeset viewer.