debug
This commit is contained in:
parent
1c32648026
commit
e3c229337c
@ -619,8 +619,10 @@ fprintf(stderr, "p: %d\n", pivotkey.u);
|
||||
TSU32 lefti = arr[left].i;
|
||||
while((left < right) && lt(leftkey, pivotkey, lefti, pivoti, reent_data)) {
|
||||
/* Step */
|
||||
if(from == 696203)
|
||||
fprintf(stderr, "L... %d\n", left);
|
||||
++left;
|
||||
if(from == 696203)
|
||||
fprintf(stderr, "...L %d\n", left);
|
||||
leftkey = arr[left].key;
|
||||
lefti = arr[left].i;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user