Skip to content

Commit 6f65903

Browse files
committed
Added pair sorting example.
1 parent 7c638f3 commit 6f65903

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Binary file not shown.

bench_n.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ template <unsigned NumTests, class Number, unsigned NumElements = 2> struct Test
243243
Test()
244244
{
245245
std::cout << NumElements << " Elements: \n";
246-
test(StaticSort<NumElements, 0>(),
246+
test(StaticSort<NumElements>(),
247247
"\tTemplated Bose-Nelson Sorting Network ");
248-
test(StaticSort<NumElements, 1>(),
248+
test(StaticTimSort<NumElements>(),
249249
"\tTemplated Tim-Bose-Nelson Sorting Network ");
250250
test(StaticRankOrderSort<NumElements, Number>(),
251251
"\tTemplated Rank Order ");

0 commit comments

Comments
 (0)