IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2012, 7:37:40 AM (14 years ago)
Author:
eugene
Message:

more pedantic warning fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/ppSub/src/ppSubMatchPSFs.c

    r34052 r34060  
    471471            psRegion *region = regItem->data.V; // Region of interest
    472472            psMetadataItem *modeItem = psMetadataGetAndIncrement(modeIter); // Item with mode
    473             psAssert(modeItem && modeItem->type == PS_TYPE_S32, "Expect subtraction mode");
     473            psAssert(modeItem && modeItem->type == PS_DATA_S32, "Expect subtraction mode");
    474474            pmSubtractionMode mode = modeItem->data.S32; // Subtraction mode
    475475            psMetadataItem *normItem = psMetadataGetAndIncrement(normIter); // Item with normalisation
    476             psAssert(normItem && normItem->type == PS_TYPE_F32 && isfinite(normItem->data.F32),
     476            psAssert(normItem && normItem->type == PS_DATA_F32 && isfinite(normItem->data.F32),
    477477                     "Expect normalisation");
    478478            float norm = normItem->data.F32; // Normalisation
Note: See TracChangeset for help on using the changeset viewer.