Changeset 25924 for branches/pap/ppStack/src/ppStackCombineFinal.c
- Timestamp:
- Oct 22, 2009, 2:19:10 PM (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
r25911 r25924 11 11 12 12 bool ppStackCombineFinal(pmReadout *target, ppStackThreadData *stack, psArray *covariances, 13 ppStackOptions *options, pmConfig *config, bool full, bool normalise)13 ppStackOptions *options, pmConfig *config, bool full, bool safe, bool normalise) 14 14 { 15 15 psAssert(stack, "Require stack"); … … 42 42 psArrayAdd(job->args, 1, config); 43 43 PS_ARRAY_ADD_SCALAR(job->args, full, PS_TYPE_U8); 44 PS_ARRAY_ADD_SCALAR(job->args, safe, PS_TYPE_U8); 44 45 PS_ARRAY_ADD_SCALAR(job->args, normalise, PS_TYPE_U8); 45 46 if (!psThreadJobAddPending(job)) {
Note:
See TracChangeset
for help on using the changeset viewer.
