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

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

Index: random_matching_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/graph/test/random_matching_test.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- random_matching_test.cpp    29 Aug 2006 20:59:37 -0000      1.2
+++ random_matching_test.cpp    14 Dec 2006 00:56:56 -0000      1.3
@@ -14,7 +14,7 @@
 #include <ctime>
 #include <boost/random.hpp>
 
-#include <boost/graph/maximum_cardinality_matching.hpp>
+#include <boost/graph/max_cardinality_matching.hpp>
 
 using namespace boost;
 


-------------------------------------------------------------------------
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