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 fcb7dd2 commit f376225Copy full SHA for f376225
src/engine/routing_algorithms/many_to_many_mld.cpp
@@ -98,7 +98,7 @@ void relaxOutgoingEdges(
98
typename SearchEngineData<mld::Algorithm>::ManyToManyQueryHeap &query_heap,
99
Args... args)
100
{
101
- BOOST_ASSERT(!facade.ExcludeNode(node));
+ BOOST_ASSERT(!facade.ExcludeNode(heapNode.node));
102
103
const auto &partition = facade.GetMultiLevelPartition();
104
0 commit comments