Changeset 23740 for trunk/psModules/src/imcombine/pmSubtractionMatch.c
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap merged: 23690,23704,23711,23719,23723,23730-23735
- Property svn:mergeinfo changed
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/pap/psModules merged: 23719,23731
- Property svn:mergeinfo changed
-
trunk/psModules/src/imcombine/pmSubtractionMatch.c
r23688 r23740 567 567 psFree(kernels); 568 568 kernels = NULL; 569 570 // There is data in the readout now571 if (subMode == PM_SUBTRACTION_MODE_1 || subMode == PM_SUBTRACTION_MODE_DUAL) {572 conv1->data_exists = true;573 if (conv1->parent) {574 conv1->parent->data_exists = true;575 conv1->parent->parent->data_exists = true;576 }577 }578 if (subMode == PM_SUBTRACTION_MODE_2 || subMode == PM_SUBTRACTION_MODE_DUAL) {579 conv2->data_exists = true;580 if (conv2->parent) {581 conv2->parent->data_exists = true;582 conv2->parent->parent->data_exists = true;583 }584 }585 569 } 586 570 }
Note:
See TracChangeset
for help on using the changeset viewer.
