- Timestamp:
- Mar 1, 2011, 6:21:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psphot/src/psphotStackArguments.c
r30624 r30772 22 22 } 23 23 24 // -version and -dumpconfig arguments 25 PSARGUMENTS_INSTANTIATE_GENERICS( psphot, config, argc, argv ); 24 // generic arguments (version, dumpconfig) 25 PS_ARGUMENTS_GENERIC( psphot, config, argc, argv ); 26 27 // thread arguments 28 PS_ARGUMENTS_THREADS( psphot, config, argc, argv ) 26 29 27 30 // save the following additional recipe values based on command-line options … … 29 32 psMetadata *options = pmConfigRecipeOptions (config, PSPHOT_RECIPE); 30 33 31 // Number of threads is handled32 PSARGUMENTS_INSTANTIATE_THREADSARG( psphot, config, argc, argv )33 34 34 // visual : interactive display mode 35 35 if ((N = psArgumentGet (argc, argv, "-visual"))) { 36 36 psArgumentRemove (N, &argc, argv); 37 37 pmVisualSetVisual(true); 38 } 39 40 // memdump : enable memory spot checks 41 if ((N = psArgumentGet (argc, argv, "-memdump"))) { 42 psArgumentRemove (N, &argc, argv); 43 psMemDumpSetState(true); 38 44 } 39 45
Note:
See TracChangeset
for help on using the changeset viewer.
