- Timestamp:
- Oct 15, 2021, 8:20:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppStack.20211015/src/ppStackCombinePercent.c
r41841 r41842 1 1 #include "ppStack.h" 2 3 // This is the doomsday switch.4 // #define TESTING // Enable test output5 2 6 3 bool ppStackCombinePercent(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config) … … 40 37 } 41 38 42 // Harvest the jobs, gathering the inspection lists43 options->inspect = psArrayAlloc(options->num);44 options->rejected = psArrayAlloc(options->num);45 for (int i = 0; i < options->num; i++) {46 if (options->inputMask->data.PS_TYPE_VECTOR_MASK_DATA[i]) {47 continue;48 }49 options->inspect->data[i] = psArrayAllocEmpty(numChunk);50 options->rejected->data[i] = psArrayAllocEmpty(numChunk);51 }52 53 39 psThreadJob *job; // Completed job 54 40 while ((job = psThreadJobGetDone())) {
Note:
See TracChangeset
for help on using the changeset viewer.
