Changeset 31435 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- May 4, 2011, 3:59:42 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r31414 r31435 123 123 } 124 124 else { 125 // Since we haven't convolved, I believe we do need to normalize here. We also cannot grow.126 if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, true, false)) {125 // Since we haven't convolved, I believe we do need to normalize here. 126 if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, true, true)) { 127 127 psError(psErrorCodeLast(), false, "Unable to perform final combination."); 128 128 psFree(stack);
Note:
See TracChangeset
for help on using the changeset viewer.
