- 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/psphotMagnitudes.c
r32348 r33640 129 129 130 130 // wait for the threads to finish and manage results 131 if (!psThreadPoolWait (false )) {131 if (!psThreadPoolWait (false, true)) { 132 132 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); 133 133 return false; … … 309 309 310 310 // wait for the threads to finish and manage results 311 if (!psThreadPoolWait (false )) {311 if (!psThreadPoolWait (false, true)) { 312 312 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); 313 313 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
