further refactoring of variable names

This commit is contained in:
Dennis Luxen 2013-09-20 13:13:06 +02:00
parent d562132a4a
commit 101fbcca90

View File

@ -168,7 +168,7 @@ public:
BOOST_ASSERT_MSG(edge_weight != INT_MAX, "edge id invalid");
const typename DataFacadeT::EdgeData& ed = facade->GetEdgeData(smaller_edge_id);
if(ed.shortcut) {//unpack
if( ed.shortcut ) {//unpack
const NodeID middle_node_id = ed.id;
//again, we need to this in reversed order
recursion_stack.push(std::make_pair(middle_node_id, edge.second));