Changeset 31203 for trunk/ppStack/src/ppStackCombineInitial.c
- Timestamp:
- Apr 6, 2011, 1:15:47 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackCombineInitial.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCombineInitial.c
r31054 r31203 9 9 psAssert(config, "Require configuration"); 10 10 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 /* } */ 16 16 17 17 psTimerStart("PPSTACK_INITIAL");
Note:
See TracChangeset
for help on using the changeset viewer.
