Changeset 13499 for trunk/psModules/src/concepts/pmConcepts.c
- Timestamp:
- May 23, 2007, 6:01:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.c
r13034 r13499 868 868 psFree(cellYsize); 869 869 } 870 871 // CELL.XWINDOW 872 { 873 psMetadataItem *cellXwindow = psMetadataItemAllocS32("CELL.XWINDOW", 874 "Start of cell window (pixels)", 0); 875 pmConceptRegister(cellXwindow, NULL, NULL, true, PM_FPA_LEVEL_CELL); 876 psFree(cellXwindow); 877 } 878 879 // CELL.YSIZE 880 { 881 psMetadataItem *cellYwindow = psMetadataItemAllocS32("CELL.YWINDOW", 882 "Start of cell window (pixels)", 0); 883 pmConceptRegister(cellYwindow, NULL, NULL, true, PM_FPA_LEVEL_CELL); 884 psFree(cellYwindow); 885 } 870 886 } 871 887 … … 888 904 889 905 890 // XXX EAM : Paul, please handle the biassec independently so the 906 // XXX EAM : Paul, please handle the biassec independently so the 891 907 // psList is copied without a verbose warning. when this is fixed, you can 892 908 // convert the trace back to a log (psMetadata.c:429)
Note:
See TracChangeset
for help on using the changeset viewer.
