Fix test compilation
This commit is contained in:
committed by
Patrick Niklaus
parent
571681d019
commit
272ea9b92e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user