further refactoring of variable names
This commit is contained in:
parent
d562132a4a
commit
101fbcca90
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user