From f10cdf88309653299eae5f05391e16d4d1b0e0ad Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Mon, 7 Apr 2014 08:58:50 +0000 Subject: include heap_pivot in the default representations in benchmark.cpp git-svn-id: https://phat.googlecode.com/svn/trunk@151 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- src/benchmark.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 82d0107..c400e3e 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -101,6 +101,7 @@ void parse_command_line( int argc, char** argv, bool& use_binary, std::vector< R representations.push_back( FULL_PIVOT_COLUMN ); representations.push_back( BIT_TREE_PIVOT_COLUMN ); representations.push_back( SPARSE_PIVOT_COLUMN ); + representations.push_back( HEAP_PIVOT_COLUMN ); } if( algorithms.empty() == true ) { -- cgit v1.2.3