- Timestamp:
- Jan 1, 2009, 7:13:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psModules/src/concepts/pmConceptsStandard.c
r21072 r21079 16 16 #include "pmConceptsWrite.h" 17 17 #include "pmConceptsStandard.h" 18 19 // XXX why are these functions not supporting all types (S64, U64 often missing)? 18 20 19 21 // The functions in this file are intended to be called solely within the psModules concepts code. For this … … 591 593 TYPE_CASE(binning, concept, U16); 592 594 TYPE_CASE(binning, concept, U32); 595 // TYPE_CASE(binning, concept, U64); 593 596 TYPE_CASE(binning, concept, S8); 594 597 TYPE_CASE(binning, concept, S16); 595 598 TYPE_CASE(binning, concept, S32); 599 // TYPE_CASE(binning, concept, S64); 596 600 default: 597 601 psError(PS_ERR_UNKNOWN, true, "Note sure how to parse %s of type %x --- assuming 1.\n", pattern->name,
Note:
See TracChangeset
for help on using the changeset viewer.
