Changeset 33089 for trunk/psphot/src/psphotSourceStats.c
- Timestamp:
- Jan 11, 2012, 10:16:48 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceStats.c
r32699 r33089 216 216 217 217 // wait for the threads to finish and manage results 218 if (!psThreadPoolWait (false )) {218 if (!psThreadPoolWait (false, true)) { 219 219 psError(PS_ERR_UNKNOWN, false, "Failure in thread job PSPHOT_SOURCE_STATS"); 220 220 psFree(detections->newSources); … … 347 347 348 348 // wait for the threads to finish and manage results 349 if (!psThreadPoolWait (false )) {349 if (!psThreadPoolWait (false, true)) { 350 350 psError(PS_ERR_UNKNOWN, false, "Failure in thread job PSPHOT_SOURCE_STATS"); 351 351 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
