Skip to content

Commit e30c78d

Browse files
Merge pull request #24 from cojuer/develop
Remove mentions of bsp_process_group from docs
2 parents c4ed70c + 2c45271 commit e30c78d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/distributed_adjacency_list.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ vertices or edges of the graph.
5858

5959
using namespace boost;
6060
typedef adjacency_list<vecS,
61-
distributedS<parallel::mpi::bsp_process_group, vecS>,
61+
distributedS<graph::distributed::mpi_process_group, vecS>,
6262
directedS>
6363
Graph;
6464

@@ -120,7 +120,7 @@ respectively:
120120
::
121121

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

doc/html/distributed_adjacency_list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2><a class="toc-backref" href="#id2">Defining a Distributed Adjacency List</a>
7979
<pre class="literal-block">
8080
using namespace boost;
8181
typedef adjacency_list&lt;vecS,
82-
distributedS&lt;parallel::mpi::bsp_process_group, vecS&gt;,
82+
distributedS&lt;graph::distributed::mpi_process_group, vecS&gt;,
8383
directedS&gt;
8484
Graph;
8585
</pre>
@@ -135,7 +135,7 @@ <h2><a class="toc-backref" href="#id3">Distributed Vertex and Edge Properties</a
135135
respectively:</p>
136136
<pre class="literal-block">
137137
typedef adjacency_list&lt;vecS,
138-
distributedS&lt;parallel::mpi::bsp_process_group, vecS&gt;,
138+
distributedS&lt;graph::distributed::mpi_process_group, vecS&gt;,
139139
directedS,
140140
City, Highway&gt;
141141
RoadMap;

0 commit comments

Comments
 (0)