Skip to content

Commit 9712f2d

Browse files
wip
1 parent 49f875c commit 9712f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/customizer/cell_customizer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CellCustomizer
2525

2626
public:
2727
using Heap =
28-
util::QueryHeap<NodeID, NodeID, EdgeWeight, HeapData, util::ArrayStorage<NodeID, int>, false>;
28+
util::QueryHeap<NodeID, NodeID, EdgeWeight, HeapData, util::ArrayStorage<NodeID, int>>;
2929
using HeapPtr = tbb::enumerable_thread_specific<Heap>;
3030

3131
CellCustomizer(const partitioner::MultiLevelPartition &partition) : partition(partition) {}

0 commit comments

Comments
 (0)