Changeset 33089 for trunk/psphot/src/psphotMagnitudes.c
- Timestamp:
- Jan 11, 2012, 10:16:48 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMagnitudes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMagnitudes.c
r32348 r33089 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.
