- Timestamp:
- Apr 8, 2011, 6:30:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406/ppStack/src/ppStackCombineFinal.c
r31158 r31252 1 1 #include "ppStack.h" 2 2 3 //#define TESTING // Enable test output3 #define TESTING // Enable test output 4 4 5 5 bool ppStackCombineFinal(ppStackThreadData *stack, psArray *covariances, ppStackOptions *options, … … 29 29 reject->data[i] = pmStackRejectGrow(options->rejected->data[i], numCols, numRows, poorFrac, 30 30 options->regions->data[i], options->kernels->data[i]); 31 if (!reject->data[i]) {32 psError(psErrorCodeLast(), false, "Unable to grow rejected pixels for image %d", i);33 psFree(reject);34 return false;35 }36 31 } else { 37 32 reject->data[i] = psMemIncrRefCounter(options->rejected->data[i]);
Note:
See TracChangeset
for help on using the changeset viewer.
