[Lemon-commits] [lemon_svn] deba: r1731 - hugo/trunk/src/lemon

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


Author: deba
Date: Mon Apr  4 12:13:33 2005
New Revision: 1731

Modified:
   hugo/trunk/src/lemon/graph_writer.h

Log:
Bug fix.


Modified: hugo/trunk/src/lemon/graph_writer.h
==============================================================================
--- hugo/trunk/src/lemon/graph_writer.h	(original)
+++ hugo/trunk/src/lemon/graph_writer.h	Mon Apr  4 12:13:33 2005
@@ -397,7 +397,7 @@
   }
 
   /// Ready to use writer function.  
-  template<typename Graph, typename CapacityMap, typename CostMap>
+  template<typename Graph, typename CapacityMap>
   void writeGraph(std::ostream& os, const Graph &g, 
 		  const CapacityMap& capacity, const typename Graph::Node &s,
 		  const typename Graph::Node &t) {



More information about the Lemon-commits mailing list