Changeset 9735 for trunk/ippTools/src/dettool.c
- Timestamp:
- Oct 24, 2006, 2:11:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r9711 r9735 278 278 } 279 279 } 280 280 281 281 psTime *use_begin = NULL; 282 282 { … … 397 397 398 398 // create new detInputExp row(s) from the rawDetrendExp row(s) 399 psArray *inputExps = psArrayAlloc (psArrayLength(detrendExps));399 psArray *inputExps = psArrayAllocEmpty(psArrayLength(detrendExps)); 400 400 for (long i = 0; i < psArrayLength(detrendExps); i++) { 401 401 detInputExpRow *inputExp = rawDetrenTodetInputExpRow( … … 646 646 } 647 647 } 648 648 649 649 psTime *use_begin = NULL; 650 650 { … … 714 714 715 715 // create new detInputExp row(s) from the rawDetrendExp row(s) 716 psArray *inputExps = psArrayAlloc (psArrayLength(detrendExps));716 psArray *inputExps = psArrayAllocEmpty(psArrayLength(detrendExps)); 717 717 for (long i = 0; i < psArrayLength(detrendExps); i++) { 718 718 detInputExpRow *inputExp = rawDetrenTodetInputExpRow( … … 4555 4555 psListIterator *iter = psListIteratorAlloc(exp_tag_list, 0, false); 4556 4556 psMetadataItem *mItem = NULL; 4557 psArray *newInputExps = psArrayAlloc (psListLength(exp_tag_list));4557 psArray *newInputExps = psArrayAllocEmpty(psListLength(exp_tag_list)); 4558 4558 while ((mItem = psListGetAndIncrement(iter))) { 4559 4559 detInputExpRow *inputExp = psHashLookup(valid_exp_tags,
Note:
See TracChangeset
for help on using the changeset viewer.
