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

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


Author: deba
Date: Fri Mar  4 18:12:36 2005
New Revision: 1601

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

Log:
Bug fix


Modified: hugo/trunk/src/lemon/undir_graph_extender.h
==============================================================================
--- hugo/trunk/src/lemon/undir_graph_extender.h	(original)
+++ hugo/trunk/src/lemon/undir_graph_extender.h	Fri Mar  4 18:12:36 2005
@@ -139,7 +139,7 @@
     ///
     ///\todo Better name...
     Edge edgeWithSource(const UndirEdge &ue, const Node &s) const {
-      return Edge(*this, eu, s);
+      return Edge(*this, ue, s);
     }
 
     using Parent::first;



More information about the Lemon-commits mailing list