From 2c45271718c32802ffc8a2de790de4eebaef1e4b Mon Sep 17 00:00:00 2001
From: akovalev
Date: Sun, 16 May 2021 12:36:28 +0300
Subject: [PATCH] Remove mentions of bsp_process_group from docs
---
doc/distributed_adjacency_list.rst | 4 ++--
doc/html/distributed_adjacency_list.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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;