- 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/ppStackFiles.c
r28253 r30015 1 #ifdef HAVE_CONFIG_H2 #include <config.h>3 #endif4 5 #include <stdio.h>6 #include <unistd.h>7 #include <pslib.h>8 #include <psmodules.h>9 10 1 #include "ppStack.h" 11 2 12 13 3 // Here follows lists of files for activation/deactivation at various stages. Each must be NULL-terminated. 4 5 /// NOP list 6 static char *filesNOP[] = { NULL }; 14 7 15 8 /// Files required in preparation for convolution … … 41 34 { 42 35 switch (list) { 36 case PPSTACK_FILES_NONE: return filesNOP; 43 37 case PPSTACK_FILES_PREPARE: return filesPrepare; 44 38 case PPSTACK_FILES_TARGET: return filesTarget;
Note:
See TracChangeset
for help on using the changeset viewer.
