Fix test compilation

This commit is contained in:
Patrick Niklaus
2017-04-04 17:20:36 +00:00
committed by Patrick Niklaus
parent 571681d019
commit 272ea9b92e
2 changed files with 12 additions and 9 deletions
+2 -1
View File
@@ -21,11 +21,12 @@ class CellCustomizer
{
bool from_clique;
};
public:
using Heap = util::
BinaryHeap<NodeID, NodeID, EdgeWeight, HeapData, util::ArrayStorage<NodeID, int>>;
using HeapPtr = tbb::enumerable_thread_specific<Heap>;
public:
CellCustomizer(const partition::MultiLevelPartition &partition) : partition(partition) {}
template <typename GraphT>