src/lemon/max_matching.h
changeset 1172 37338ae42a2b
parent 1166 db3d437560f3
child 1177 e41c2907fb49
     1.1 --- a/src/lemon/max_matching.h	Wed Feb 23 10:53:17 2005 +0000
     1.2 +++ b/src/lemon/max_matching.h	Wed Feb 23 22:00:05 2005 +0000
     1.3 @@ -161,7 +161,7 @@
     1.4      ///map[v] must be an \c UndirEdge incident to \c v. This map must
     1.5      ///have the property that if \c g.oppositeNode(u,map[u])==v then
     1.6      ///\c \c g.oppositeNode(v,map[v])==u holds, and now some edge
     1.7 -    ///joining \c u to \v will be an edge of the matching.
     1.8 +    ///joining \c u to \c v will be an edge of the matching.
     1.9      template<typename NMapE>
    1.10      void readNMapEdge(NMapE& map) {
    1.11       for(NodeIt v(g); v!=INVALID; ++v) {