Update of /cvsroot/boost/boost/libs/graph/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22186
Modified Files:
Tag: RC_1_34_0
graph_coloring.html
Log Message:
Fix parameter name
Index: graph_coloring.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/graph/doc/graph_coloring.html,v
retrieving revision 1.5
retrieving revision 1.5.10.1
diff -u -d -r1.5 -r1.5.10.1
--- graph_coloring.html 5 Oct 2004 15:45:22 -0000 1.5
+++ graph_coloring.html 29 Sep 2006 15:29:53 -0000 1.5.10.1
@@ -121,7 +121,7 @@
void
smallest_last_ordering(const VertexListGraph& G, Order order,
Degree degree, Marker marker,
- BucketSorter& bucket_sorter) {
+ BucketSorter& degree_buckets) {
typedef typename graph_traits<VertexListGraph> GraphTraits;
typedef typename GraphTraits::vertex_descriptor Vertex;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|