Changeset 26899 for trunk/ppSub/src/ppSub.c
- Timestamp:
- Feb 10, 2010, 7:42:02 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSub.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSub.c
r25847 r26899 24 24 int main(int argc, char *argv[]) 25 25 { 26 27 # if 0 28 psLibInit(NULL); 29 pmVisualSetVisual(true); 30 for (int order = 2; order < 11; order ++) { 31 pmSubtractionDeconvolutionTest (order); 32 } 33 psLibFinalize(); 34 exit (1); 35 # endif 36 26 37 psExit exitValue = PS_EXIT_SUCCESS; // Exit value 27 38 psTimerStart("ppSub");
Note:
See TracChangeset
for help on using the changeset viewer.
