Changeset 31154 for trunk/psphot/src/psphotArguments.c
- Timestamp:
- Apr 4, 2011, 1:12:39 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/psphotArguments.c (modified) (1 diff)
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/psphotArguments.c
r29004 r31154 109 109 } 110 110 111 PSARGUMENTS_INSTANTIATE_GENERICS( psphot, config, argc, argv ); 111 // generic arguments (version, dumpconfig) 112 PS_ARGUMENTS_GENERIC( psphot, config, argc, argv ); 113 114 // thread arguments 115 PS_ARGUMENTS_THREADS( psphot, config, argc, argv ) 112 116 113 117 // save the following additional recipe values based on command-line options 114 118 // these options override the PSPHOT recipe values loaded from recipe files 115 119 psMetadata *options = pmConfigRecipeOptions (config, PSPHOT_RECIPE); 116 117 // Number of threads is handled118 PSARGUMENTS_INSTANTIATE_THREADSARG( psphot, config, argc, argv )119 120 120 121 // run the test model (requires X,Y coordinate)
Note:
See TracChangeset
for help on using the changeset viewer.
