Changeset 18148 for trunk/ippTools/src/dettool.c
- Timestamp:
- Jun 16, 2008, 12:13:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r18099 r18148 603 603 psArray *subset = psArrayAlloc (randomLimit); 604 604 for (int i = 0; i < randomLimit; i++ ){ 605 int j = indexVector->data.S32[i];606 subset->data[i] = psMemIncrRefCounter (detrendExps->data[j]);605 int j = indexVector->data.S32[i]; 606 subset->data[i] = psMemIncrRefCounter (detrendExps->data[j]); 607 607 } 608 608 psFree (detrendExps);
Note:
See TracChangeset
for help on using the changeset viewer.
