Doc bug fix
authordeba
Thu, 10 Nov 2005 12:41:33 +0000
changeset 1786a263c131e999
parent 1785 606178a14011
child 1787 932b8490caf0
Doc bug fix
lemon/preflow.h
     1.1 --- a/lemon/preflow.h	Thu Nov 10 12:40:58 2005 +0000
     1.2 +++ b/lemon/preflow.h	Thu Nov 10 12:41:33 2005 +0000
     1.3 @@ -219,7 +219,7 @@
     1.4      ///maximum flow is not yet obtained. So after calling this method
     1.5      ///\ref flowValue returns the value of a maximum flow and \ref
     1.6      ///minCut returns a minimum cut.
     1.7 -    ///\warning \ref minCut(), \ref minMinCut() and \ref maxMinCut() do not
     1.8 +    ///\warning \ref minMinCut() and \ref maxMinCut() do not
     1.9      ///give minimum value cuts unless calling \ref phase2().
    1.10      void phase1()
    1.11      {