lemon/max_matching.h
changeset 2308 cddae1c4fee6
parent 2205 c20b0eb92a33
child 2386 81b47fc5c444
     1.1 --- a/lemon/max_matching.h	Tue Nov 21 18:29:31 2006 +0000
     1.2 +++ b/lemon/max_matching.h	Fri Nov 24 14:24:43 2006 +0000
     1.3 @@ -66,7 +66,7 @@
     1.4      typedef typename Graph::IncEdgeIt IncEdgeIt;
     1.5  
     1.6      typedef typename Graph::template NodeMap<int> UFECrossRef;
     1.7 -    typedef UnionFindEnum<Node, UFECrossRef> UFE;
     1.8 +    typedef UnionFindEnum<UFECrossRef> UFE;
     1.9  
    1.10    public:
    1.11