Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62932 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2010-06-14 11:36:14


Author: jewillco
Date: 2010-06-14 11:36:12 EDT (Mon, 14 Jun 2010)
New Revision: 62932
URL: http://svn.boost.org/trac/boost/changeset/62932

Log:
Fixed missing variables; fixes #4343
Text files modified:
   trunk/libs/graph/doc/graph_theory_review.html | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/graph/doc/graph_theory_review.html
==============================================================================
--- trunk/libs/graph/doc/graph_theory_review.html (original)
+++ trunk/libs/graph/doc/graph_theory_review.html 2010-06-14 11:36:12 EDT (Mon, 14 Jun 2010)
@@ -356,8 +356,8 @@
 </PRE>
 
 <P>
-We start at vertex , and first visit <i>r</i> and <i>w</i> (the two
-neighbors of ). Once both neighbors of are visited, we visit the
+We start at vertex <i>s</i>, and first visit <i>r</i> and <i>w</i> (the two
+neighbors of <i>s</i>). Once both neighbors of are visited, we visit the
 neighbor of <i>r</i> (vertex <i>v</i>), then the neighbors of <i>w</i>
 (the discovery order between <i>r</i> and <i>w</i> does not matter)
 which are <i>t</i> and <i>x</i>. Finally we visit the neighbors of


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk