Changeset 25812 for branches/pap/ppStack/src/ppStackCombineFinal.c
- Timestamp:
- Oct 8, 2009, 10:56:29 AM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackCombineFinal.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackCombineFinal.c
r25811 r25812 11 11 12 12 bool ppStackCombineFinal(pmReadout *target, ppStackThreadData *stack, 13 ppStackOptions *options, pmConfig *config )13 ppStackOptions *options, pmConfig *config, bool full) 14 14 { 15 15 psAssert(stack, "Require stack"); … … 41 41 psArrayAdd(job->args, 1, options); 42 42 psArrayAdd(job->args, 1, config); 43 PS_ARRAY_ADD_SCALAR(job->args, full, PS_TYPE_BOOL); 43 44 if (!psThreadJobAddPending(job)) { 44 45 psFree(job);
Note:
See TracChangeset
for help on using the changeset viewer.
