IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2012, 6:51:32 AM (14 years ago)
Author:
eugene
Message:

changes needed for pedantic gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/ppNorm/src/ppNormCalc.c

    r18071 r34051  
    8686        psMetadataItem *compsItem;      // Item from iteration
    8787        while ((compsItem = psMetadataGetAndIncrement(compsIter))) {
    88             if (compsItem->type != PS_TYPE_F32) {
     88            if (compsItem->type != PS_DATA_F32) {
    8989                psLogMsg("ppNormCalc", PS_LOG_WARN,
    9090                         "Component %s within exposure %s is not of type F32 --- ignored.\n",
Note: See TracChangeset for help on using the changeset viewer.