Changeset 33089 for trunk/psModules/src/detrend/pmBias.c
- Timestamp:
- Jan 11, 2012, 10:16:48 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmBias.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmBias.c
r29833 r33089 154 154 if (threaded) { 155 155 // wait here for the threaded jobs to finish 156 if (!psThreadPoolWait(true )) {156 if (!psThreadPoolWait(true, true)) { 157 157 psError(PS_ERR_UNKNOWN, false, "Unable to apply bias correction."); 158 158 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
