Changeset 17157 for branches/pap_branch_080320/ppMerge/src/ppMergeFiles.c
- Timestamp:
- Mar 27, 2008, 2:59:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ppMerge/src/ppMergeFiles.c
r17083 r17157 11 11 12 12 const char *allFiles[] = { "PPMERGE.INPUT", "PPMERGE.INPUT.MASK", "PPMERGE.INPUT.WEIGHT", 13 "PPMERGE.OUTPUT", NULL }; // All files 13 "PPMERGE.OUTPUT", "PPMERGE.OUTPUT.COUNT", "PPMERGE.OUTPUT.SIGMA", 14 NULL }; // All files 14 15 const char *inputFiles[] = { "PPMERGE.INPUT", "PPMERGE.INPUT.MASK", "PPMERGE.INPUT.WEIGHT", 15 16 NULL }; // Input files 16 const char *outputFiles[] = { "PPMERGE.OUTPUT", NULL }; // Output files 17 const char *outputFiles[] = { "PPMERGE.OUTPUT", "PPMERGE.OUTPUT.COUNT", "PPMERGE.OUTPUT.SIGMA", 18 NULL }; // Output files 17 19 18 20 // Select file list based on enum
Note:
See TracChangeset
for help on using the changeset viewer.
