Changeset 24187
- Timestamp:
- May 14, 2009, 3:43:51 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ppConfigDump/src/ppConfigDump.c (modified) (1 diff)
-
ppSub/src/ppSubKernel.c (modified) (1 diff)
-
psphot/src/psphotTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppConfigDump/src/ppConfigDump.c
r20648 r24187 49 49 { 50 50 psLibInit(NULL); 51 psTraceSetLevel("err", 10);51 (void) psTraceSetLevel("err", 10); 52 52 53 53 // load the site-wide configuration information -
trunk/ppSub/src/ppSubKernel.c
r21360 r24187 29 29 } 30 30 31 psTraceSetLevel("psModules.imcombine", 7);31 (void) psTraceSetLevel("psModules.imcombine", 7); 32 32 33 33 const char *inName = argv[1]; // Input file name -
trunk/psphot/src/psphotTest.c
r21355 r24187 50 50 } 51 51 52 psTraceSetLevel ("psLib.sys.mutex", 3);52 (void) psTraceSetLevel ("psLib.sys.mutex", 3); 53 53 54 54 int nThreads = atoi (argv[2]);
Note:
See TracChangeset
for help on using the changeset viewer.
