Changed code failing when compiling asserts
This commit is contained in:
parent
fcb7dd2a21
commit
f376225080
@ -98,7 +98,7 @@ void relaxOutgoingEdges(
|
||||
typename SearchEngineData<mld::Algorithm>::ManyToManyQueryHeap &query_heap,
|
||||
Args... args)
|
||||
{
|
||||
BOOST_ASSERT(!facade.ExcludeNode(node));
|
||||
BOOST_ASSERT(!facade.ExcludeNode(heapNode.node));
|
||||
|
||||
const auto &partition = facade.GetMultiLevelPartition();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user