Changeset 34089 for trunk/ppNorm/src/ppNormCalc.c
- Timestamp:
- Jun 26, 2012, 11:47:13 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ppNorm/src/ppNormCalc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppNorm/src/ppNormCalc.c
r18071 r34089 86 86 psMetadataItem *compsItem; // Item from iteration 87 87 while ((compsItem = psMetadataGetAndIncrement(compsIter))) { 88 if (compsItem->type != PS_ TYPE_F32) {88 if (compsItem->type != PS_DATA_F32) { 89 89 psLogMsg("ppNormCalc", PS_LOG_WARN, 90 90 "Component %s within exposure %s is not of type F32 --- ignored.\n",
Note:
See TracChangeset
for help on using the changeset viewer.
