IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 8:14:28 AM (18 years ago)
Author:
Paul Price
Message:

psThreadPoolWait requires parameter now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformReadout_Threaded.c

    r18964 r18965  
    110110# if (THREADED)
    111111    // wait here for the threaded jobs to finish
    112     if (!psThreadPoolWait ()) {
     112    if (!psThreadPoolWait(false)) {
    113113        psError(PS_ERR_UNKNOWN, false, "Unable to interpolate image.");
    114114        return false;
Note: See TracChangeset for help on using the changeset viewer.