Merge
authorAlpar Juttner <alpar@cs.elte.hu>
Mon, 14 Jul 2008 15:40:24 +0100
changeset 217b67149f0e675
parent 215 17c644f5f98d
parent 216 6d7bfcf5b48e
child 218 0d6511647639
child 220 a5d8c039f218
child 223 cfadfeef706f
child 244 c30731a37f91
Merge
     1.1 --- a/lemon/kruskal.h	Mon Jul 14 10:55:43 2008 +0100
     1.2 +++ b/lemon/kruskal.h	Mon Jul 14 15:40:24 2008 +0100
     1.3 @@ -300,9 +300,8 @@
     1.4    ///
     1.5    /// \return The total cost of the found spanning tree.
     1.6    ///
     1.7 -  /// \warning If Kruskal runs on an be consistent of using the same
     1.8 -  /// Arc type for input and output.
     1.9 -  ///
    1.10 +  /// \note If the input graph is not (weakly) connected, a spanning 
    1.11 +  /// forest is calculated instead of a spanning tree.
    1.12  
    1.13  #ifdef DOXYGEN
    1.14    template <class Graph, class In, class Out>