From c657912300a78fca91b70958fdf9d2aa02c50a76 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 22 May 2001 15:25:03 +0000 Subject: [PATCH] forgot to remove a comment [SVN r10186] --- include/boost/graph/dijkstra_shortest_paths.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/graph/dijkstra_shortest_paths.hpp b/include/boost/graph/dijkstra_shortest_paths.hpp index ca862084..7533d670 100644 --- a/include/boost/graph/dijkstra_shortest_paths.hpp +++ b/include/boost/graph/dijkstra_shortest_paths.hpp @@ -207,8 +207,7 @@ namespace boost { typedef typename property_traits::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()),