Fix naming in PhantomNode

This commit is contained in:
Patrick Niklaus
2016-01-05 12:41:16 +01:00
parent 707931125e
commit 1da1fa5a31
5 changed files with 11 additions and 11 deletions
@@ -53,8 +53,8 @@ class DirectShortestPathRouting final
forward_heap.Clear();
reverse_heap.Clear();
BOOST_ASSERT(source_phantom.is_valid());
BOOST_ASSERT(target_phantom.is_valid());
BOOST_ASSERT(source_phantom.IsValid());
BOOST_ASSERT(target_phantom.IsValid());
if (source_phantom.forward_node_id != SPECIAL_NODEID)
{