IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 27, 2008, 6:11:38 PM (18 years ago)
Author:
eugene
Message:

hash-def out threading features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeArguments.c

    r18757 r18758  
    171171    }
    172172
     173# if (THREADED)
    173174    // Number of threads
    174175    if ((argnum = psArgumentGet(argc, argv, "-threads"))) {
     
    182183        psThreadPoolInit (nThreads, &ppMergeThreadLauncher);
    183184    }
     185# endif
    184186
    185187    if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 3) {
Note: See TracChangeset for help on using the changeset viewer.