diff -r 9ae88e7c04a7 -r e20173729589 lemon/gomory_hu.h --- a/lemon/gomory_hu.h Fri Nov 13 17:30:26 2009 +0100 +++ b/lemon/gomory_hu.h Fri Nov 13 18:10:06 2009 +0100 @@ -294,11 +294,9 @@ /// /// \pre \ref run() must be called before using this function. template - Value minCutMap(const Node& s, ///< + Value minCutMap(const Node& s, const Node& t, - ///< CutMap& cutMap - ///< ) const { Node sn = s, tn = t; bool s_root=false; @@ -394,7 +392,7 @@ /// MinCutNodeIt(gomory, t, s, false); /// \endcode /// does not necessarily give the same set of nodes. - /// However it is ensured that + /// However, it is ensured that /// \code /// MinCutNodeIt(gomory, s, t, true); /// \endcode