Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83234 - trunk/libs/graph/example
From: jewillco_at_[hidden]
Date: 2013-03-01 13:41:32


Author: jewillco
Date: 2013-03-01 13:41:32 EST (Fri, 01 Mar 2013)
New Revision: 83234
URL: http://svn.boost.org/trac/boost/changeset/83234

Log:
Added patch to example from Takatoshi Kondo
Text files modified:
   trunk/libs/graph/example/matching_example.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/graph/example/matching_example.cpp
==============================================================================
--- trunk/libs/graph/example/matching_example.cpp (original)
+++ trunk/libs/graph/example/matching_example.cpp 2013-03-01 13:41:32 EST (Fri, 01 Mar 2013)
@@ -44,6 +44,7 @@
   // our vertices are stored in a vector, so we can refer to vertices
   // by integers in the range 0..15
 
+ add_edge(1,2,g);
   add_edge(0,4,g);
   add_edge(1,5,g);
   add_edge(2,6,g);


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