diff -r f67737f5727a -r e15162d8eca1 lemon/preflow.h --- a/lemon/preflow.h Tue Aug 16 16:44:57 2005 +0000 +++ b/lemon/preflow.h Tue Aug 16 19:06:59 2005 +0000 @@ -283,8 +283,9 @@ ///Runs the second phase of the preflow algorithm. ///The preflow algorithm consists of two phases, this method runs - ///the second phase. After calling \ref phase1 and then \ref - ///phase2, \ref flow contains a maximum flow, \ref flowValue + ///the second phase. After calling \ref phase1() and then + ///\ref phase2(), + /// \ref flowMap() return a maximum flow, \ref flowValue ///returns the value of a maximum flow, \ref minCut returns a ///minimum cut, while the methods \ref minMinCut and \ref ///maxMinCut return the inclusionwise minimum and maximum cuts of