IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2008, 12:13:21 PM (18 years ago)
Author:
jhoblitt
Message:

add stacktool -random_subset support (completely untested - probably does not work)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r18099 r18148  
    603603      psArray *subset = psArrayAlloc (randomLimit);
    604604      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]);
    607607      }
    608608      psFree (detrendExps);
Note: See TracChangeset for help on using the changeset viewer.