Update of /cvsroot/boost/boost/libs/graph/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27158

Modified Files:
        matching_test.cpp 
Log Message:
fix due to renaming maximum_cardinality_matching.hpp

Index: matching_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/graph/test/matching_test.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- matching_test.cpp   29 Aug 2006 20:59:37 -0000      1.2
+++ matching_test.cpp   14 Dec 2006 00:56:43 -0000      1.3
@@ -7,7 +7,7 @@
 //
 //=======================================================================
 
-#include <boost/graph/maximum_cardinality_matching.hpp>
+#include <boost/graph/max_cardinality_matching.hpp>
 
 #include <iostream>                      // for std::cout
 #include <boost/vector_property_map.hpp>


-------------------------------------------------------------------------
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
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to