# HG changeset patch # User Alpar Juttner # Date 1216046424 -3600 # Node ID b67149f0e6757cc1132d30f6ca7d4050e210b66c # Parent 17c644f5f98d64b94e58ba463b28abd5378bac63# Parent 6d7bfcf5b48effbe6e426d15745a4188d8a2c11d Merge diff -r 17c644f5f98d -r b67149f0e675 lemon/kruskal.h --- a/lemon/kruskal.h Mon Jul 14 10:55:43 2008 +0100 +++ b/lemon/kruskal.h Mon Jul 14 15:40:24 2008 +0100 @@ -300,9 +300,8 @@ /// /// \return The total cost of the found spanning tree. /// - /// \warning If Kruskal runs on an be consistent of using the same - /// Arc type for input and output. - /// + /// \note If the input graph is not (weakly) connected, a spanning + /// forest is calculated instead of a spanning tree. #ifdef DOXYGEN template