IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2007, 9:41:48 AM (19 years ago)
Author:
eugene
Message:

fixed changes to pmConfigFileSetsMD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dvoTools/src/dvoApplyCorrArguments.c

    r11877 r13239  
    5151
    5252    // 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");
    5454    if (!status) {
    5555        usage ();
    5656    }
    5757
    58     pmConfigFileSetsMD (config->arguments, config, "CORR", "-corr", "-corrlist");
     58    pmConfigFileSetsMD (config->arguments, &argc, argv, "CORR", "-corr", "-corrlist");
    5959
    6060    if (argc != 2) usage ();
Note: See TracChangeset for help on using the changeset viewer.