We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f875c commit 9712f2dCopy full SHA for 9712f2d
include/customizer/cell_customizer.hpp
@@ -25,7 +25,7 @@ class CellCustomizer
25
26
public:
27
using Heap =
28
- util::QueryHeap<NodeID, NodeID, EdgeWeight, HeapData, util::ArrayStorage<NodeID, int>, false>;
+ util::QueryHeap<NodeID, NodeID, EdgeWeight, HeapData, util::ArrayStorage<NodeID, int>>;
29
using HeapPtr = tbb::enumerable_thread_specific<Heap>;
30
31
CellCustomizer(const partitioner::MultiLevelPartition &partition) : partition(partition) {}
0 commit comments