Changeset 8847 for trunk/ppMerge/src
- Timestamp:
- Sep 19, 2006, 4:35:51 PM (20 years ago)
- Location:
- trunk/ppMerge/src
- Files:
-
- 4 edited
-
ppMergeCheckInputs.c (modified) (1 diff)
-
ppMergeCombine.c (modified) (2 diffs)
-
ppMergeOptions.c (modified) (1 diff)
-
ppMergeScaleZero.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeCheckInputs.c
r8781 r8847 5 5 #include <stdio.h> 6 6 #include <assert.h> 7 #include <string.h> 7 8 #include <pslib.h> 8 9 #include <psmodules.h> -
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++) { -
trunk/ppMerge/src/ppMergeOptions.c
r8781 r8847 4 4 5 5 #include <stdio.h> 6 #include <string.h> 6 7 #include <pslib.h> 7 8 #include <psmodules.h> -
trunk/ppMerge/src/ppMergeScaleZero.c
r8781 r8847 5 5 #include <stdio.h> 6 6 #include <assert.h> 7 #include <string.h> 7 8 #include <pslib.h> 8 9 #include <psmodules.h>
Note:
See TracChangeset
for help on using the changeset viewer.
