Changeset 9671 for trunk/psModules/src/concepts/pmConcepts.c
- Timestamp:
- Oct 19, 2006, 4:16:58 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.c
r9572 r9671 526 526 { 527 527 psMetadataItem *chipYparity = psMetadataItemAllocS32("CHIP.YPARITY", 528 "Orientation in xcompared to the rest of the FPA", 0);528 "Orientation in y compared to the rest of the FPA", 0); 529 529 pmConceptRegister(chipYparity, NULL, NULL, PM_FPA_LEVEL_CHIP); 530 530 psFree(chipYparity); … … 603 603 { 604 604 psMetadataItem *cellYparity = psMetadataItemAllocS32("CELL.YPARITY", 605 "Orientation in xcompared to the rest of the chip", 0);605 "Orientation in y compared to the rest of the chip", 0); 606 606 pmConceptRegister(cellYparity, NULL, NULL, PM_FPA_LEVEL_CELL); 607 607 psFree(cellYparity);
Note:
See TracChangeset
for help on using the changeset viewer.
