Changeset 19252
- Timestamp:
- Aug 27, 2008, 5:10:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageConvolve.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.c
r19057 r19252 7 7 /// @author Eugene Magnier, IfA 8 8 /// 9 /// @version $Revision: 1.7 4$ $Name: not supported by cvs2svn $10 /// @date $Date: 2008-08- 14 03:22:13$9 /// @version $Revision: 1.75 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2008-08-28 03:10:37 $ 11 11 /// 12 12 /// Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 950 950 } 951 951 952 if ( !psThreadPoolWait(true)) {952 if (threaded && !psThreadPoolWait(true)) { 953 953 psError(PS_ERR_UNKNOWN, false, "Error waiting for threads."); 954 954 psFree(conv); … … 989 989 } 990 990 991 if ( !psThreadPoolWait(true)) {991 if (threaded && !psThreadPoolWait(true)) { 992 992 psError(PS_ERR_UNKNOWN, false, "Error waiting for threads."); 993 993 psFree(conv);
Note:
See TracChangeset
for help on using the changeset viewer.
