IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13239


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

fixed changes to pmConfigFileSetsMD

Location:
trunk/dvoTools/src
Files:
2 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 ();
  • trunk/dvoTools/src/dvoMakeCorrArguments.c

    r11804 r13239  
    4343
    4444    // the input file is a required argument; if not found, we will exit
    45     if (!pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list")) {
     45    if (!pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list")) {
    4646        usage ();
    4747    }
    4848
    4949    // the input file is a required argument; if not found, we will exit
    50     if (!pmConfigFileSetsMD (config->arguments, config, "REFHEAD", "-ref", "-reflist")) {
     50    if (!pmConfigFileSetsMD (config->arguments, &argc, argv, "REFHEAD", "-ref", "-reflist")) {
    5151        usage ();
    5252    }
Note: See TracChangeset for help on using the changeset viewer.