$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81822 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2012-12-10 10:27:00
Author: jewillco
Date: 2012-12-10 10:26:59 EST (Mon, 10 Dec 2012)
New Revision: 81822
URL: http://svn.boost.org/trac/boost/changeset/81822
Log:
Fixed typo; fixes #7780
Text files modified: 
   trunk/libs/graph/doc/push_relabel_max_flow.html |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/graph/doc/push_relabel_max_flow.html
==============================================================================
--- trunk/libs/graph/doc/push_relabel_max_flow.html	(original)
+++ trunk/libs/graph/doc/push_relabel_max_flow.html	2012-12-10 10:26:59 EST (Mon, 10 Dec 2012)
@@ -158,7 +158,7 @@
 #include <boost/config.hpp>
 #include <iostream>
 #include <string>
-#include <boost/graph/push_relabel_map_flow.hpp>
+#include <boost/graph/push_relabel_max_flow.hpp>
 #include <boost/graph/adjacency_list.hpp>
 #include <boost/graph/read_dimacs.hpp>