This commit is contained in:
Siarhei Fedartsou 2024-07-11 21:06:03 +02:00
parent 434cab4952
commit a18ad919af

View File

@ -25,7 +25,7 @@ class CellCustomizer
public:
using Heap =
util::QueryHeap<NodeID, NodeID, EdgeWeight, HeapData, util::ArrayStorage<NodeID, int>, false>;
util::QueryHeap<NodeID, NodeID, EdgeWeight, HeapData, util::ArrayStorage<NodeID, int>>;
using HeapPtr = tbb::enumerable_thread_specific<Heap>;
CellCustomizer(const partitioner::MultiLevelPartition &partition) : partition(partition) {}