IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2011, 1:15:47 PM (15 years ago)
Author:
watersc1
Message:

Updates to ppStack to allow CONVOLVE=FALSE stacks to be generated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackCombineInitial.c

    r31054 r31203  
    99    psAssert(config, "Require configuration");
    1010
    11     if (!options->convolve) {
    12         // No need to do initial combination when we haven't convolved
    13         // XXX either allocate inspect and rejected here, or do not require them downstream
    14         return true;
    15     }
     11/*     if (!options->convolve) { */
     12/*         // No need to do initial combination when we haven't convolved */
     13/*         // XXX either allocate inspect and rejected here, or do not require them downstream */
     14/*         return true; */
     15/*     } */
    1616
    1717    psTimerStart("PPSTACK_INITIAL");
Note: See TracChangeset for help on using the changeset viewer.