IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12547


Ignore:
Timestamp:
Mar 22, 2007, 8:20:17 AM (19 years ago)
Author:
eugene
Message:

pmConfigRecipeOptions now returns a view

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppFocusArguments.c

    r10439 r12547  
    4343    // XXX add other PPIMAGE recipe options here
    4444
    45     // drop the local view on the options (saved on config->arguments)
    46     psFree (options);
    47 
    4845    // the input file is a required argument; if not found, we will exit
    4946    status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
  • trunk/ppImage/src/ppImageArguments.c

    r10557 r12547  
    8585    // XXX add other PPIMAGE recipe options here
    8686
    87     // drop the local view on the options (saved on config->arguments)
    88     psFree (options);
    89 
    9087    // the input file is a required argument; if not found, we will exit
    9188    bool status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
     
    106103    if ((argnum = psArgumentGet (argc, argv, "-chip"))) {
    107104        psArgumentRemove (argnum, &argc, argv);
    108         psMetadataAddStr (config->arguments, PS_LIST_TAIL, "CHIP_SELECTIONS", PS_DATA_STRING, "",
    109                           argv[argnum]);
     105        psMetadataAddStr (config->arguments, PS_LIST_TAIL, "CHIP_SELECTIONS", PS_DATA_STRING, "", argv[argnum]);
    110106        psArgumentRemove (argnum, &argc, argv);
    111107    }
  • trunk/psastro/src/psastroArguments.c

    r12492 r12547  
    5656    }
    5757
    58     // drop the local view on the options (saved in config->arguments)
    59     psFree (options);
    60 
    6158    status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
    6259    if (!status) {
  • trunk/pswarp/src/pswarpArguments.c

    r12505 r12547  
    3232    }
    3333
    34 
    35     // drop the local view on the options (saved in config->arguments)
    36     psFree (options);
    37 
    3834    status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
    3935    if (!status) {
Note: See TracChangeset for help on using the changeset viewer.