Commit a7074124 authored by Andrew McDonnell's avatar Andrew McDonnell

Fix weights on dijkstras originator, fix for #1196036

parent f26fce09
......@@ -823,7 +823,8 @@ namespace open_query
EdgeWeight(),
make_dijkstra_visitor(
make_oqgraph_visit_dist(
boost::make_assoc_property_map(p), d,
boost::make_assoc_property_map(p),
boost::make_assoc_property_map(d),
static_cast<stack_cursor*>(cursor)
)
),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment