Nothing
authoralpar
Mon, 14 Jun 2004 09:46:03 +0000
changeset 68106a3cba90f94
parent 680 17415189e42a
child 682 1ea8162ce638
Nothing
src/hugo/list_graph.h
     1.1 --- a/src/hugo/list_graph.h	Mon Jun 14 09:21:06 2004 +0000
     1.2 +++ b/src/hugo/list_graph.h	Mon Jun 14 09:46:03 2004 +0000
     1.3 @@ -386,7 +386,7 @@
     1.4      public: 
     1.5        InEdgeIt() : Edge() { }
     1.6        InEdgeIt (Invalid i) : Edge(i) { }
     1.7 -      InEdgeIt(const ListGraph& G,Node v) :Edge(G.nodes[v.n].first_in){}
     1.8 +      InEdgeIt(const ListGraph& G,Node v) :Edge(G.nodes[v.n].first_in) {}
     1.9      };
    1.10  
    1.11      template <typename T> class NodeMap : public DynMapBase<Node>