IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35775


Ignore:
Timestamp:
Jul 3, 2013, 5:31:52 PM (13 years ago)
Author:
watersc1
Message:

correctly, this time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionSimple.c

    r35774 r35775  
    355355    if (conv1->parent) {
    356356      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      }
    360361    }
    361362  }
     
    365366    if (conv2->parent) {
    366367      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      }
    370371    }
    371372  }
Note: See TracChangeset for help on using the changeset viewer.