Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/bdAstar/pgr_bdAstar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ class Pgr_bdAstar : public Pgr_bidirectional<G> {
void explore_forward(const Cost_Vertex_pair &node) {
typename G::EO_i out, out_end;

auto current_cost = node.first;
auto current_node = node.second;
auto current_node_cost = forward_cost[current_node];

Expand Down