IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33090 for trunk


Ignore:
Timestamp:
Jan 11, 2012, 10:17:19 AM (15 years ago)
Author:
bills
Message:

add new argument to psThreadPoolWait

File:
1 edited

Legend:

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

    r31878 r33090  
    143143    // wait for the threads to finish and manage results
    144144    // wait here for the threaded jobs to finish
    145     if (!psThreadPoolWait (false)) {
     145    if (!psThreadPoolWait (false, true)) {
    146146        psError(psErrorCodeLast(), false, "Unable to interpolate image.");
    147147        return false;
Note: See TracChangeset for help on using the changeset viewer.