Changeset 16412
- Timestamp:
- Feb 12, 2008, 2:06:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080207/ppStack/src/ppStackMatch.c
r16408 r16412 121 121 *regions = psArrayAllocEmpty(ARRAY_BUFFER); // Array of regions 122 122 { 123 psMetadataIterator *iter = psMetadataIteratorAlloc( readout->analysis, PS_LIST_HEAD,123 psMetadataIterator *iter = psMetadataIteratorAlloc(output->analysis, PS_LIST_HEAD, 124 124 PM_SUBTRACTION_ANALYSIS_REGION); // Iterator 125 125 psMetadataItem *item = NULL;// Item from iteration … … 132 132 *kernels = psArrayAllocEmpty(ARRAY_BUFFER); // Array of kernels 133 133 { 134 psMetadataIterator *iter = psMetadataIteratorAlloc( readout->analysis, PS_LIST_HEAD,134 psMetadataIterator *iter = psMetadataIteratorAlloc(output->analysis, PS_LIST_HEAD, 135 135 PM_SUBTRACTION_ANALYSIS_KERNEL); // Iterator 136 136 psMetadataItem *item = NULL;// Item from iteration 137 137 while ((item = psMetadataGetAndIncrement(iter))) { 138 assert(item->type == PS_DATA_ VECTOR);138 assert(item->type == PS_DATA_UNKNOWN); 139 139 *kernels = psArrayAdd(*kernels, ARRAY_BUFFER, item->data.V); 140 140 }
Note:
See TracChangeset
for help on using the changeset viewer.
