IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/psLib/src/imageops/psImageCovariance.c

    r32714 r33638  
    193193    }
    194194
    195     if (threaded && !psThreadPoolWait(true)) {
     195    if (threaded && !psThreadPoolWait(true, true)) {
    196196        psError(PS_ERR_UNKNOWN, false, "Error waiting for threads.");
    197197        return false;
     
    360360        }
    361361    }
    362     if (threaded && !psThreadPoolWait(true)) {
     362    if (threaded && !psThreadPoolWait(true, true)) {
    363363        psError(PS_ERR_UNKNOWN, false, "Error waiting for threads.");
    364364        return false;
Note: See TracChangeset for help on using the changeset viewer.