- 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/psphotArguments.c
r29004 r30772 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.
