Changeset 20599
- Timestamp:
- Nov 8, 2008, 2:32:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.c
r20291 r20599 287 287 } 288 288 // if (!headerItem) { 289 // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);290 // }289 // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str); 290 // } 291 291 psMemIncrRefCounter(headerItem); 292 292 } … … 322 322 if (hduLow->header) { 323 323 headerItem = psMetadataLookup(hduLow->header, keywords); 324 if (!strcmp (keywords, "GAIN")) { 325 if (!headerItem) { 326 psWarning ("Failed to find to get gain for a cell"); 327 } 328 } 324 329 } 325 330 if (!headerItem && hduHigh != hduLow && hduHigh->header) {
Note:
See TracChangeset
for help on using the changeset viewer.
