diff options
Diffstat (limited to 'sortlib.cuh')
| -rw-r--r-- | sortlib.cuh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sortlib.cuh b/sortlib.cuh index ae0ea67..4c339ca 100644 --- a/sortlib.cuh +++ b/sortlib.cuh @@ -55,6 +55,7 @@ public: const key_type val) const { // int step_limit = (int)fast_log(LENGTH); + // printf("Binary search\n"); key_type *last_known_point = start; auto son = 0UL; |
