Fixed argument order to get_param_type

[SVN r78031]
This commit is contained in:
Jeremiah Willcock
2012-04-16 23:17:12 +00:00
parent ae30621c1d
commit 09392bb384

View File

@@ -190,8 +190,7 @@ namespace boost {
IndexMap> DefColorMap;
DefColorMap color_map(color.begin(), index_map);
typedef typename get_param_type< bgl_named_params<T, Tag, Base>,
vertex_color_t>::type color_map_type;
typedef typename get_param_type< vertex_color_t, bgl_named_params<T, Tag, Base> >::type color_map_type;
graph::detail::parallel_dijkstra_impl<color_map_type>
::run(g, s, predecessor, distance,