Changeset 8847 for trunk/ppMerge/src/ppMergeCombine.c
- Timestamp:
- Sep 19, 2006, 4:35:51 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeCombine.c
r8781 r8847 4 4 5 5 #include <stdio.h> 6 #include <string.h> 6 7 #include <unistd.h> 7 8 #include <assert.h> … … 208 209 } 209 210 211 // We threw away the bias sections --- record this 212 psMetadataItem *biassecItem = psMetadataLookup(cell->concepts, "CELL.BIASSEC"); // Item of BIASSEC 213 psList *biassecList = biassecItem->data.V; // List of BIASSECs 214 while (psListRemove(biassecList, PS_LIST_TAIL)); // Removing all entries 215 210 216 // Blow away the cell data 211 217 for (int i = 0; i < filenames->n; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
