Changeset 20837
- Timestamp:
- Nov 25, 2008, 4:37:26 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r20828 r20837 771 771 psThreadJob *job; // Completed job 772 772 while ((job = psThreadJobGetDone())) { 773 psAssert(strcmp(job->type, "PPSTACK_INITIAL_COMBINE") == 0, 774 "Job has incorrect type: %s", job->type); 773 775 psArray *results = job->results; // Results of job 774 776 for (int i = 0; i < num; i++) { … … 828 830 } 829 831 830 if (!psThreadPoolWait( false)) {832 if (!psThreadPoolWait(true)) { 831 833 psError(PS_ERR_UNKNOWN, false, "Unable to concatenate inspection lists."); 832 834 psFree(subKernels);
Note:
See TracChangeset
for help on using the changeset viewer.
