IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:09:53 AM (15 years ago)
Author:
eugene
Message:

merging updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/ppStack/src/ppStackCombineInitial.c

    r31054 r31442  
    11#include "ppStack.h"
    22
    3 //#define TESTING                         // Enable test output
     3// This is the doomsday switch.
     4// #define TESTING                         // Enable test output
    45
    56bool ppStackCombineInitial(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config)
     
    910    psAssert(config, "Require configuration");
    1011
    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     }
     12/*     if (!options->convolve) { */
     13/*         // No need to do initial combination when we haven't convolved */
     14/*         // XXX either allocate inspect and rejected here, or do not require them downstream */
     15/*         return true; */
     16/*     } */
    1617
    1718    psTimerStart("PPSTACK_INITIAL");
Note: See TracChangeset for help on using the changeset viewer.