Changeset 31435 for trunk/ppStack/src/ppStackCombineFinal.c
- Timestamp:
- May 4, 2011, 3:59:42 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackCombineFinal.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCombineFinal.c
r31158 r31435 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.
