- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackReject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppStack/src/ppStackReject.c
r31435 r33415 33 33 34 34 kernel->solution1 = psVectorAlloc(3, PS_TYPE_F64); 35 psVectorSet(kernel->solution1, 0, 1.0); 35 36 psVectorSet(kernel->solution1, 1, 1.0); 36 37 psVectorSet(kernel->solution1, 2, 1.0); 37 psVectorSet(kernel->solution1, 3, 1.0);38 38 kernel->solution2 = psVectorAlloc(3, PS_TYPE_F64); 39 psVectorSet(kernel->solution2, 0, 1.0); 39 40 psVectorSet(kernel->solution2, 1, 1.0); 40 psVectorSet(kernel->solution1, 2, 1.0); 41 psVectorSet(kernel->solution1, 3, 1.0); 41 psVectorSet(kernel->solution2, 2, 1.0); 42 42 43 43 options->kernels->data[i] = kernels; … … 80 80 } 81 81 } 82 if (!psThreadPoolWait(true )) {82 if (!psThreadPoolWait(true, true)) { 83 83 psError(psErrorCodeLast(), false, "Unable to concatenate inspection lists."); 84 84 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
