Changeset 32355 for trunk/ppStack/src/ppStackReject.c
- Timestamp:
- Sep 6, 2011, 1:56:40 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackReject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackReject.c
r31435 r32355 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;
Note:
See TracChangeset
for help on using the changeset viewer.
