Changeset 35775 for trunk/psModules
- Timestamp:
- Jul 3, 2013, 5:31:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionSimple.c
r35774 r35775 355 355 if (conv1->parent) { 356 356 conv1->parent->data_exists = true; 357 } 358 if (conv1->parent->parent) { 359 conv1->parent->parent->data_exists = true; 357 358 if (conv1->parent->parent) { 359 conv1->parent->parent->data_exists = true; 360 } 360 361 } 361 362 } … … 365 366 if (conv2->parent) { 366 367 conv2->parent->data_exists = true; 367 }368 if (conv2->parent->parent) { 369 conv2->parent->parent->data_exists = true;368 if (conv2->parent->parent) { 369 conv2->parent->parent->data_exists = true; 370 } 370 371 } 371 372 }
Note:
See TracChangeset
for help on using the changeset viewer.
