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/ppStackReject.c

    r31158 r31203  
    88    psAssert(config, "Require configuration");
    99
    10     if (!options->convolve) {
    11         // No need to do complicated rejection when we haven't convolved
    12         return true;
    13     }
     10/*     if (!options->convolve) { */
     11/*         // No need to do complicated rejection when we haven't convolved */
     12/*         return true; */
     13/*     } */
    1414
    1515    int num = options->num;             // Number of inputs
Note: See TracChangeset for help on using the changeset viewer.