Skip to content

Commit

Permalink
Merge pull request #26 from faithandbrave/patch-3
Browse files Browse the repository at this point in the history
breadth_first_search doc : fix figure number
  • Loading branch information
Belcourt committed Jul 21, 2015
2 parents 3921923 + 69db10b commit 7c95f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/breadth_first_search.html
Expand Up @@ -305,7 +305,7 @@ <H3><A NAME="SECTION001330400000000000000">
href="../example/bfs-example.cpp"><TT>example/bfs-example.cpp</TT></a>
demonstrates using the BGL Breadth-first search algorithm on the graph
from <A HREF="./graph_theory_review.html#fig:bfs-example">Figure
5</A>. The file
6</A>. The file
<a href="../example/bfs-example2.cpp"><TT>example/bfs-example2.cpp</TT></a>
contains the same example, except that the <tt>adacency_list</tt>
class used has <tt>VertexList</tt> and <tt>EdgeList</tt> set
Expand Down

0 comments on commit 7c95f6e

Please sign in to comment.