IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12923


Ignore:
Timestamp:
Apr 19, 2007, 11:14:20 AM (19 years ago)
Author:
rhl
Message:

Reflect changes in argument parsing in pmConfig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotArguments.c

    r12908 r12923  
    104104
    105105    // the input file is a required argument; if not found, we will exit
    106     status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
     106    status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list");
    107107    if (!status) {
    108108        psError(PSPHOT_ERR_ARGUMENTS, false, "pmConfigFileSetsMD failed to parse arguments");
Note: See TracChangeset for help on using the changeset viewer.