IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2008, 9:56:55 AM (18 years ago)
Author:
eugene
Message:

add -visual option

File:
1 edited

Legend:

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

    r19399 r19943  
    7878    }
    7979
     80    if ((argnum = psArgumentGet(argc, argv, "-visual"))) {
     81        psArgumentRemove(argnum, &argc, argv);
     82        psphotSetVisual (true);
     83    }
     84
    8085    // Number of threads
    8186    if ((argnum = psArgumentGet(argc, argv, "-threads"))) {
Note: See TracChangeset for help on using the changeset viewer.