[Lemon-commits] [lemon_svn] klao: r1309 - hugo/branches/graph_factory/src/test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:44:31 CET 2006


Author: klao
Date: Mon Oct 25 12:28:19 2004
New Revision: 1309

Modified:
   hugo/branches/graph_factory/src/test/graph_wrapper_test.cc

Log:
trivial bug

Modified: hugo/branches/graph_factory/src/test/graph_wrapper_test.cc
==============================================================================
--- hugo/branches/graph_factory/src/test/graph_wrapper_test.cc	(original)
+++ hugo/branches/graph_factory/src/test/graph_wrapper_test.cc	Mon Oct 25 12:28:19 2004
@@ -48,7 +48,7 @@
 
     function_requires<StaticGraphConcept<RevGraphWrapper<Graph> > >();
 
-    function_requires<StaticGraphConcept<SubGraphWrapper<Graph, Graph::NodeMap<bool> , Graph::NodeMap<bool> > > > >();
+    function_requires<StaticGraphConcept<SubGraphWrapper<Graph, Graph::NodeMap<bool> , Graph::NodeMap<bool> > > >();
     function_requires<StaticGraphConcept<NodeSubGraphWrapper<Graph, Graph::NodeMap<bool> > > >();
     function_requires<StaticGraphConcept<EdgeSubGraphWrapper<Graph, Graph::EdgeMap<bool> > > >();
 



More information about the Lemon-commits mailing list