IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 25, 2007, 5:30:10 PM (19 years ago)
Author:
Paul Price
Message:

Fixing compilation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsReadout.c

    r14392 r14393  
    7171            int x = j % image->numCols;
    7272            sampleValues->data.F32[i] = image->data.F32[y][x];
    73             if (mask && (!mask->data.PS_TYPE_MASK_DATA[y][x] & maskVal) &&
     73            if (mask && (!mask->data.PS_TYPE_MASK_DATA[y][x] & data->maskVal) &&
    7474                !isfinite(sampleValues->data.F32[i])) {
    7575                if (!warnNonFinite) {
Note: See TracChangeset for help on using the changeset viewer.