- Timestamp:
- Mar 30, 2012, 2:54:17 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/psphot
- Property svn:mergeinfo changed
/trunk/psphot merged: 32868,32996,33030,33089,33140,33410-33411,33444,33462,33587
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111122/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src merged: 32868,32996,33030,33089,33140,33410-33411,33444,33462,33587
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111122/psphot/src/psphotSourceStats.c
r32699 r33640 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.
