- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psModules/src/extras/psVectorBracket.c
r10610 r34041 51 51 } 52 52 } 53 // at this point, index[Nhi] >= key > index[Nlo]54 N = Nhi;53 N = (Nhi >= index->n) ? Nhi - 1 : Nhi; 54 // at this point, index[N] >= key > index[Nlo] 55 55 while ((index->data.F32[N] >= key) && (N > Nlo)) { 56 56 N--;
Note:
See TracChangeset
for help on using the changeset viewer.
