IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2012, 6:58:23 AM (14 years ago)
Author:
eugene
Message:

fixes to address compile time errors due to pedantic gcc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/psModules/src/concepts/pmConceptsUpdate.c

    r20095 r34044  
    3030            if (isfinite(gain)) {
    3131                psMetadataItem *rn = psMetadataLookup(cell->concepts, "CELL.READNOISE"); // Read noise
    32                 psAssert(rn && rn->type == PS_TYPE_F32, "Should be of the correct type");
     32                psAssert(rn && rn->type == PS_DATA_F32, "Should be of the correct type");
    3333                rn->data.F32 *= gain;
    3434                psMetadataRemoveKey(cell->concepts, "CELL.READNOISE.UPDATE");
Note: See TracChangeset for help on using the changeset viewer.