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

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


Author: alpar
Date: Mon Jun 14 11:46:03 2004
New Revision: 929

Modified:
   hugo/trunk/src/hugo/list_graph.h

Log:
Nothing


Modified: hugo/trunk/src/hugo/list_graph.h
==============================================================================
--- hugo/trunk/src/hugo/list_graph.h	(original)
+++ hugo/trunk/src/hugo/list_graph.h	Mon Jun 14 11:46:03 2004
@@ -386,7 +386,7 @@
     public: 
       InEdgeIt() : Edge() { }
       InEdgeIt (Invalid i) : Edge(i) { }
-      InEdgeIt(const ListGraph& G,Node v) :Edge(G.nodes[v.n].first_in){}
+      InEdgeIt(const ListGraph& G,Node v) :Edge(G.nodes[v.n].first_in) {}
     };
 
     template <typename T> class NodeMap : public DynMapBase<Node>



More information about the Lemon-commits mailing list