Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67914 - trunk/libs/graph/example
From: jewillco_at_[hidden]
Date: 2011-01-10 10:20:59


Author: jewillco
Date: 2011-01-10 10:20:55 EST (Mon, 10 Jan 2011)
New Revision: 67914
URL: http://svn.boost.org/trac/boost/changeset/67914

Log:
Fixed URL
Text files modified:
   trunk/libs/graph/example/actor_clustering.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/example/actor_clustering.cpp
==============================================================================
--- trunk/libs/graph/example/actor_clustering.cpp (original)
+++ trunk/libs/graph/example/actor_clustering.cpp 2011-01-10 10:20:55 EST (Mon, 10 Jan 2011)
@@ -9,7 +9,7 @@
 
 // This program performs betweenness centrality (BC) clustering on the
 // actor collaboration graph available at
-// http://www.nd.edu/~networks/database/index.html and outputs the
+// http://www.nd.edu/~networks/resources/actor/actor.dat.gz and outputs the
 // result of clustering in Pajek format.
 //
 // This program mimics the BC clustering algorithm program implemented


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