diff -r 061be2e64eca -r 4d3bc1d04c1d lemon/cycle_canceling.h --- a/lemon/cycle_canceling.h Fri Feb 29 15:55:39 2008 +0000 +++ b/lemon/cycle_canceling.h Fri Feb 29 15:57:52 2008 +0000 @@ -355,18 +355,18 @@ return *_potential; } - /// \brief Returns the flow on the edge. + /// \brief Returns the flow on the given edge. /// - /// Returns the flow on the edge. + /// Returns the flow on the given edge. /// /// \pre \ref run() must be called before using this function. Capacity flow(const Edge& edge) const { return (*_flow)[edge]; } - /// \brief Returns the potential of the node. + /// \brief Returns the potential of the given node. /// - /// Returns the potential of the node. + /// Returns the potential of the given node. /// /// \pre \ref run() must be called before using this function. Cost potential(const Node& node) const {