[Lemon-commits] [lemon_svn] alpar: r699 - hugo/trunk/src/include

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


Author: alpar
Date: Wed May  5 10:36:00 2004
New Revision: 699

Modified:
   hugo/trunk/src/include/dimacs.h

Log:
Minor bugfix.


Modified: hugo/trunk/src/include/dimacs.h
==============================================================================
--- hugo/trunk/src/include/dimacs.h	(original)
+++ hugo/trunk/src/include/dimacs.h	Wed May  5 10:36:00 2004
@@ -85,7 +85,7 @@
   void readDimacs(std::istream& is, Graph &g, CapacityMap& capacity) {
     typename Graph::Node u;
     NullMap<typename Graph::Edge, int> n;
-    readDimacs(is, g, cap, u, u, n);
+    readDimacs(is, g, capacity, u, u, n);
   }
 
   /// shortest path problem



More information about the Lemon-commits mailing list