Changeset 25964 for branches/pap/ppStack/src/ppStackCombineFinal.c
- Timestamp:
- Oct 28, 2009, 5:35:05 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
r25950 r25964 13 13 14 14 bool ppStackCombineFinal(pmReadout *target, ppStackThreadData *stack, psArray *covariances, 15 ppStackOptions *options, pmConfig *config, bool full, boolsafe, bool normalise)15 ppStackOptions *options, pmConfig *config, bool safe, bool normalise) 16 16 { 17 17 psAssert(stack, "Require stack"); … … 43 43 psArrayAdd(job->args, 1, options); 44 44 psArrayAdd(job->args, 1, config); 45 PS_ARRAY_ADD_SCALAR(job->args, full, PS_TYPE_U8);46 45 PS_ARRAY_ADD_SCALAR(job->args, safe, PS_TYPE_U8); 47 46 PS_ARRAY_ADD_SCALAR(job->args, normalise, PS_TYPE_U8);
Note:
See TracChangeset
for help on using the changeset viewer.
