- Timestamp:
- May 5, 2011, 10:09:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/ppStack/src/ppStackCombineFinal.c
r31158 r31442 1 1 #include "ppStack.h" 2 2 3 //#define TESTING // Enable test output 3 // This is the doomsday switch. 4 // #define TESTING // Enable test output 4 5 5 6 bool ppStackCombineFinal(ppStackThreadData *stack, psArray *covariances, ppStackOptions *options, … … 29 30 reject->data[i] = pmStackRejectGrow(options->rejected->data[i], numCols, numRows, poorFrac, 30 31 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 32 } else { 37 33 reject->data[i] = psMemIncrRefCounter(options->rejected->data[i]);
Note:
See TracChangeset
for help on using the changeset viewer.
