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/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.