author | alpar |
Mon, 07 Jan 2008 17:07:40 +0000 | |
changeset 2554 | 1775aaa02ac4 |
parent 2553 | bfced05fa852 |
child 2555 | a84e52e99f57 |
lemon/kruskal.h | file | annotate | diff | comparison | revisions |
1.1 --- a/lemon/kruskal.h Mon Jan 07 13:09:48 2008 +0000 1.2 +++ b/lemon/kruskal.h Mon Jan 07 17:07:40 2008 +0000 1.3 @@ -611,7 +611,6 @@ 1.4 /// 1.5 /// \param in This object is used to describe the edge costs. It can be one 1.6 /// of the following choices. 1.7 - /// 1.8 /// - An STL compatible 'Forward Container' with 1.9 /// <tt>std::pair<GR::UEdge,X></tt> or 1.10 /// <tt>std::pair<GR::Edge,X></tt> as its <tt>value_type</tt>, where