Changeset 13239 for trunk/dvoTools/src/dvoApplyCorrArguments.c
- Timestamp:
- May 4, 2007, 9:41:48 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dvoTools/src/dvoApplyCorrArguments.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvoTools/src/dvoApplyCorrArguments.c
r11877 r13239 51 51 52 52 // the input file is a required argument; if not found, we will exit 53 bool status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");53 bool status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list"); 54 54 if (!status) { 55 55 usage (); 56 56 } 57 57 58 pmConfigFileSetsMD (config->arguments, config, "CORR", "-corr", "-corrlist");58 pmConfigFileSetsMD (config->arguments, &argc, argv, "CORR", "-corr", "-corrlist"); 59 59 60 60 if (argc != 2) usage ();
Note:
See TracChangeset
for help on using the changeset viewer.
