- Timestamp:
- May 5, 2011, 10:09:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/ppStack/src/ppStackCombineInitial.c
r31054 r31442 1 1 #include "ppStack.h" 2 2 3 //#define TESTING // Enable test output 3 // This is the doomsday switch. 4 // #define TESTING // Enable test output 4 5 5 6 bool ppStackCombineInitial(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config) … … 9 10 psAssert(config, "Require configuration"); 10 11 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 /* } */ 16 17 17 18 psTimerStart("PPSTACK_INITIAL");
Note:
See TracChangeset
for help on using the changeset viewer.
