2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-11 11:52:12 +00:00

forgot to remove a comment

[SVN r10186]
This commit is contained in:
Jeremy Siek
2001-05-22 15:25:03 +00:00
parent 7530c853c1
commit c657912300

View File

@@ -207,8 +207,7 @@ namespace boost {
typedef typename property_traits<DistanceMap>::value_type D;
detail::dijkstra_impl
(g, s,
//choose_param(get_param(params, vertex_predecessor), p_map),
p_map,
choose_param(get_param(params, vertex_predecessor), p_map),
distance, weight, index_map,
choose_param(get_param(params, distance_compare_t()),
std::less<D>()),