IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2009, 4:19:37 PM (17 years ago)
Author:
beaumont
Message:

merging from cnb_branch_20090215

Location:
trunk/ppImage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage

  • trunk/ppImage/src/ppImageArguments.c

    r23229 r23242  
    8181    if ((argnum = psArgumentGet(argc, argv, "-visual"))) {
    8282        psArgumentRemove(argnum, &argc, argv);
    83         psphotSetVisual (true);
     83        pmVisualSetVisual(true);
    8484    }
    8585
     
    8787    if ((argnum = psArgumentGet(argc, argv, "-threads"))) {
    8888        psArgumentRemove(argnum, &argc, argv);
    89         int nThreads = atoi(argv[argnum]);
     89        int nThreads = atoi(argv[argnum]);
    9090        psMetadataAddS32(config->arguments, PS_LIST_TAIL, "NTHREADS", 0, "number of warp threads", nThreads);
    9191        psArgumentRemove(argnum, &argc, argv);
    9292
    93         // create the thread pool with number of desired threads, supplying our thread launcher function
    94         // XXX need to determine the number of threads from the config data
    95         psThreadPoolInit (nThreads);
     93        // create the thread pool with number of desired threads, supplying our thread launcher function
     94        // XXX need to determine the number of threads from the config data
     95        psThreadPoolInit (nThreads);
    9696    }
    9797
Note: See TracChangeset for help on using the changeset viewer.