Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56200 - sandbox-branches/birbacher/fix_documentation/libs/graph/doc
From: frank.birbacher_at_[hidden]
Date: 2009-09-14 18:30:05


Author: birbacher
Date: 2009-09-14 18:30:05 EDT (Mon, 14 Sep 2009)
New Revision: 56200
URL: http://svn.boost.org/trac/boost/changeset/56200

Log:
merged rev 54966 from earlier incarnation of this branch
svn merge -c54966 https://svn.boost.org/svn/boost/sandbox-branches/birbacher/fix_documentation@54966 .

Text files modified:
   sandbox-branches/birbacher/fix_documentation/libs/graph/doc/bc_clustering.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox-branches/birbacher/fix_documentation/libs/graph/doc/bc_clustering.html
==============================================================================
--- sandbox-branches/birbacher/fix_documentation/libs/graph/doc/bc_clustering.html (original)
+++ sandbox-branches/birbacher/fix_documentation/libs/graph/doc/bc_clustering.html 2009-09-14 18:30:05 EDT (Mon, 14 Sep 2009)
@@ -61,7 +61,7 @@
 <h2>Description</h2>
 <p>This algorithm implements graph clustering based on edge
 betweenness centrality. It is an iterative algorithm, where in each
-step it compute the edge betweenness centrality (via <a href=
+step it computes the edge betweenness centrality (via <a href=
 "betweenness_centrality.html">brandes_betweenness_centrality</a>) and
 removes the edge with the maximum betweenness centrality. The
 <tt class="computeroutput">done</tt> function object determines


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