mirror of
https://github.com/boostorg/graph_parallel.git
synced 2026-02-11 11:52:13 +00:00
Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from Boost trunk
[SVN r85813]
This commit is contained in:
@@ -169,10 +169,7 @@ test_distributed_shortest_paths(int n, double p, int c, int seed)
|
||||
VertexProperties,
|
||||
WeightedEdge> Graph;
|
||||
|
||||
typedef graph_traits<Graph>::vertex_descriptor vertex_descriptor;
|
||||
typedef graph_traits<Graph>::vertex_iterator vertex_iterator;
|
||||
typedef graph_traits<Graph>::vertices_size_type vertices_size_type;
|
||||
typedef property_map<Graph, vertex_index_t>::type vertex_index_map;
|
||||
|
||||
// Build a random number generator
|
||||
minstd_rand gen;
|
||||
|
||||
Reference in New Issue
Block a user