Changeset 17959
- Timestamp:
- Jun 6, 2008, 11:01:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimArguments.c
r17958 r17959 67 67 // Only one of -camera and -file is needed or allowed. The -camera option would have been 68 68 // already parsed by pmConfigRead in ppSim.c and resulted in a value for config->camera 69 bool loadImage = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "- file", "-list");69 bool loadImage = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-input", "-inputlist"); 70 70 if (!config->camera && !loadImage) { 71 psError(PS_ERR_IO, true, "A camera name (-camera NAME) or an i mage (-fileNAME) must be specified");71 psError(PS_ERR_IO, true, "A camera name (-camera NAME) or an input image (-input NAME) must be specified"); 72 72 psFree(arguments); 73 73 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
