Changeset 15155
- Timestamp:
- Oct 1, 2007, 12:03:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pztool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztool.c
r15153 r15155 640 640 for (counter = 0, i = 0; 641 641 (counter < setSize) && (i < psArrayLength(arraySet)); 642 counter++, ++i, i = i % psArrayLength(arraySet) ) {642 counter++, ++i, i = i % psArrayLength(arraySet), i % psArrayLength(arraySet) ? : ++index) { 643 643 644 644 psArray *array = arraySet->data[i]; 645 645 // make sure that this array has not run out of elements 646 if ( index > (psArrayLength(arraySet) - 1)) {646 if (!(index < psArrayLength(array))) { 647 647 continue; 648 648 }
Note:
See TracChangeset
for help on using the changeset viewer.
