Changeset 31154 for trunk/psphot/src/psphotStackArguments.c
- Timestamp:
- Apr 4, 2011, 1:12:39 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/psphotStackArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:ignore
-
old new 19 19 psphot-config 20 20 Doxyfile 21 a.out.dSYM
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
trunk/psphot/src/psphotStackArguments.c
r30624 r31154 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.
