Changeset 21183 for trunk/psModules/src/concepts/pmConceptsStandard.c
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r20598 r21183 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.
