Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53370 - trunk/libs/graph_parallel/doc
From: ngedmond_at_[hidden]
Date: 2009-05-28 19:23:31


Author: ngedmond
Date: 2009-05-28 19:23:29 EDT (Thu, 28 May 2009)
New Revision: 53370
URL: http://svn.boost.org/trac/boost/changeset/53370

Log:
Removed requirement that graph must be directed (copy-paste error)

Text files modified:
   trunk/libs/graph_parallel/doc/st_connected.rst | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph_parallel/doc/st_connected.rst
==============================================================================
--- trunk/libs/graph_parallel/doc/st_connected.rst (original)
+++ trunk/libs/graph_parallel/doc/st_connected.rst 2009-05-28 19:23:29 EDT (Thu, 28 May 2009)
@@ -54,7 +54,7 @@
 
 IN: ``const DistributedGraph& g``
   The graph type must be a model of `Distributed Graph`_. The graph
- type must also model the `Incidence Graph`_ and be directed.
+ type must also model the `Incidence Graph`_.
 
 IN: ``vertex_descriptor s``
 


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