Changeset 35776
- Timestamp:
- Jul 3, 2013, 5:36:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-test-20130703/psModules/src/imcombine/pmSubtractionSimple.c
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/eam_branches/ipp-20130509/psModules/src/imcombine/pmSubtractionSimple.c merged eligible /trunk/psModules/src/imcombine/pmSubtractionSimple.c merged eligible /branches/czw_branch/20101203/psModules/src/imcombine/pmSubtractionSimple.c 29907-30631 /branches/czw_branch/20120906/psModules/src/imcombine/pmSubtractionSimple.c 34410-34786 /branches/eam_branches/ipp-20101103/psModules/src/imcombine/pmSubtractionSimple.c 29657-29920 /branches/eam_branches/ipp-20101205/psModules/src/imcombine/pmSubtractionSimple.c 29959-30585 /branches/eam_branches/ipp-20110213/psModules/src/imcombine/pmSubtractionSimple.c 30628-31149 /branches/eam_branches/ipp-20110404/psModules/src/imcombine/pmSubtractionSimple.c 31166-31444 /branches/eam_branches/ipp-20110505/psModules/src/imcombine/pmSubtractionSimple.c 31458-31658 /branches/eam_branches/ipp-20110710/psModules/src/imcombine/pmSubtractionSimple.c 31852-32345 /branches/eam_branches/ipp-20110906/psModules/src/imcombine/pmSubtractionSimple.c 32363-32631 /branches/eam_branches/ipp-20111110/psModules/src/imcombine/pmSubtractionSimple.c 32645-32694 /branches/eam_branches/ipp-20111122/psModules/src/imcombine/pmSubtractionSimple.c 32758-33946 /branches/eam_branches/ipp-20120405/psModules/src/imcombine/pmSubtractionSimple.c 33724-33957 /branches/eam_branches/ipp-20120601/psModules/src/imcombine/pmSubtractionSimple.c 33977-34079 /branches/eam_branches/ipp-20120627/psModules/src/imcombine/pmSubtractionSimple.c 34099-34256 /branches/eam_branches/ipp-20120805/psModules/src/imcombine/pmSubtractionSimple.c 34292-34401 /branches/eam_branches/ipp-20120905/psModules/src/imcombine/pmSubtractionSimple.c 34407-34747 /branches/eam_branches/ipp-20121130/psModules/src/imcombine/pmSubtractionSimple.c 34755-34841 /branches/eam_branches/ipp-20121219/psModules/src/imcombine/pmSubtractionSimple.c 34857-35096 /branches/eam_branches/ipp-20130207/psModules/src/imcombine/pmSubtractionSimple.c 35125-35236 /branches/eam_branches/ipp-20130307/psModules/src/imcombine/pmSubtractionSimple.c 35267-35414 /branches/eam_branches/ipp-20130419/psModules/src/imcombine/pmSubtractionSimple.c 35420-35554 /branches/haf_add201112/psModules/src/imcombine/pmSubtractionSimple.c 32980-33029
r35771 r35776 353 353 conv1->analysis = psMetadataCopy(conv1->analysis, outAnalysis); 354 354 conv1->data_exists = true; 355 conv1->parent->data_exists = true; 356 conv1->parent->parent->data_exists = true; 355 if (conv1->parent) { 356 conv1->parent->data_exists = true; 357 358 if (conv1->parent->parent) { 359 conv1->parent->parent->data_exists = true; 360 } 361 } 357 362 } 358 363 if (conv2) { 359 364 conv2->analysis = psMetadataCopy(conv2->analysis, outAnalysis); 360 365 conv2->data_exists = true; 361 conv2->parent->data_exists = true; 362 conv2->parent->parent->data_exists = true; 366 if (conv2->parent) { 367 conv2->parent->data_exists = true; 368 if (conv2->parent->parent) { 369 conv2->parent->parent->data_exists = true; 370 } 371 } 363 372 } 364 373 -
Property svn:mergeinfo
set to (toggle deleted branches)
Note:
See TracChangeset
for help on using the changeset viewer.
