IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2010, 10:56:32 AM (16 years ago)
Author:
eugene
Message:

changed pmSourceFitModel and related APIs to pass a structure of fit options; this lets us change the options between soruces within the multithreaded context; also re-organized the include orders to avoid conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/psModules/src/config/pmConfig.c

    r28435 r28643  
    655655    if ((argNum = psArgumentGet(*argc, argv, "-visual-all"))) {
    656656        pmVisualSetLevel(".", 10);
     657        psArgumentRemove(argNum, argc, argv);
    657658    }
    658659    if ((argNum = psArgumentGet(*argc, argv, "-visual-levels"))) {
    659660        pmVisualPrintLevels(stdout);
     661        psArgumentRemove(argNum, argc, argv);
    660662    }
    661663
Note: See TracChangeset for help on using the changeset viewer.