further refactoring of variable names

This commit is contained in:
Dennis Luxen 2013-09-20 13:13:06 +02:00
parent 8d689974a7
commit 0b0fb249bf

View File

@ -163,7 +163,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));