diff --git a/doc/distributed_adjacency_list.rst b/doc/distributed_adjacency_list.rst index 5b65f0a..4b9e1e0 100644 --- a/doc/distributed_adjacency_list.rst +++ b/doc/distributed_adjacency_list.rst @@ -58,7 +58,7 @@ vertices or edges of the graph. using namespace boost; typedef adjacency_list, + distributedS, directedS> Graph; @@ -120,7 +120,7 @@ respectively: :: typedef adjacency_list, + distributedS, directedS, City, Highway> RoadMap; diff --git a/doc/html/distributed_adjacency_list.html b/doc/html/distributed_adjacency_list.html index c4c8e63..74afe15 100644 --- a/doc/html/distributed_adjacency_list.html +++ b/doc/html/distributed_adjacency_list.html @@ -79,7 +79,7 @@ vertices or edges of the graph.

 using namespace boost;
 typedef adjacency_list<vecS,
-                       distributedS<parallel::mpi::bsp_process_group, vecS>,
+                       distributedS<graph::distributed::mpi_process_group, vecS>,
                        directedS>
   Graph;
 
@@ -135,7 +135,7 @@ struct Highway { respectively:

 typedef adjacency_list<vecS,
-                       distributedS<parallel::mpi::bsp_process_group, vecS>,
+                       distributedS<graph::distributed::mpi_process_group, vecS>,
                        directedS,
                        City, Highway>
   RoadMap;