Changeset 31154 for trunk/psphot/src/psphotForcedArguments.c
- Timestamp:
- Apr 4, 2011, 1:12:39 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/psphotForcedArguments.c (modified) (3 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/psphotForcedArguments.c
r25981 r31154 103 103 } 104 104 105 PS ARGUMENTS_INSTANTIATE_GENERICS( psphot, config, argc, argv );105 PS_ARGUMENTS_GENERIC( psphot, config, argc, argv ); 106 106 107 107 // save the following additional recipe values based on command-line options … … 110 110 111 111 // Number of threads is handled 112 PS ARGUMENTS_INSTANTIATE_THREADSARG( psphot, config, argc, argv )112 PS_ARGUMENTS_THREADS( psphot, config, argc, argv ) 113 113 114 if (psArgumentGet(argc, argv, "-help") || 115 psArgumentGet(argc, argv, "-h")) 116 writeHelpInfo(argv[0], config, stdout); 117 114 118 // visual : interactive display mode 115 119 if ((N = psArgumentGet (argc, argv, "-visual"))) { … … 176 180 } 177 181 178 if (psArgumentGet(argc, argv, "-help") ||179 psArgumentGet(argc, argv, "-h"))180 writeHelpInfo(argv[0], config, stdout);181 182 182 // the input file is a required argument; if not found, we will exit 183 183 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list");
Note:
See TracChangeset
for help on using the changeset viewer.
