# HG changeset patch # User deba # Date 1131626493 0 # Node ID a263c131e99991ae5dfb913659013a8de721ac22 # Parent 606178a14011deece20e20f74ab00a9e422d5636 Doc bug fix diff -r 606178a14011 -r a263c131e999 lemon/preflow.h --- a/lemon/preflow.h Thu Nov 10 12:40:58 2005 +0000 +++ b/lemon/preflow.h Thu Nov 10 12:41:33 2005 +0000 @@ -219,7 +219,7 @@ ///maximum flow is not yet obtained. So after calling this method ///\ref flowValue returns the value of a maximum flow and \ref ///minCut returns a minimum cut. - ///\warning \ref minCut(), \ref minMinCut() and \ref maxMinCut() do not + ///\warning \ref minMinCut() and \ref maxMinCut() do not ///give minimum value cuts unless calling \ref phase2(). void phase1() {