- Timestamp:
- Dec 10, 2010, 8:17:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppStack/src/ppStackConvolve.c
r29283 r30015 1 #ifdef HAVE_CONFIG_H2 #include <config.h>3 #endif4 5 #include <stdio.h>6 #include <pslib.h>7 #include <psmodules.h>8 9 1 #include "ppStack.h" 10 #include "ppStackLoop.h"11 2 12 3 //#define TESTING 13 14 4 15 5 // Update the value of a concept … … 20 10 item->data.F32 = VALUE; \ 21 11 } 22 23 24 12 25 13 bool ppStackConvolve(ppStackOptions *options, pmConfig *config) … … 69 57 ppStackFileActivationSingle(config, PPSTACK_FILES_CONVOLVE, true, i); 70 58 if (options->convolve) { 71 // XXX PPSTACK.CONV.KERNEL not defined unless convolve 72 // pmFPAfileActivate(config->files, true, "PPSTACK.CONV.KERNEL"); 59 // PPSTACK.CONV.KERNEL not defined unless convolve 73 60 pmFPAfileActivateSingle(config->files, true, "PPSTACK.CONV.KERNEL", i); // Activated file 74 61 }
Note:
See TracChangeset
for help on using the changeset viewer.
