lemon/cost_scaling.h
changeset 2588 4d3bc1d04c1d
parent 2581 054566ac0934
child 2620 8f41a3129746
     1.1 --- a/lemon/cost_scaling.h	Fri Feb 29 15:55:39 2008 +0000
     1.2 +++ b/lemon/cost_scaling.h	Fri Feb 29 15:57:52 2008 +0000
     1.3 @@ -399,18 +399,18 @@
     1.4        return *_potential;
     1.5      }
     1.6  
     1.7 -    /// \brief Returns the flow on the edge.
     1.8 +    /// \brief Returns the flow on the given edge.
     1.9      ///
    1.10 -    /// Returns the flow on the edge.
    1.11 +    /// Returns the flow on the given edge.
    1.12      ///
    1.13      /// \pre \ref run() must be called before using this function.
    1.14      Capacity flow(const Edge& edge) const {
    1.15        return (*_flow)[edge];
    1.16      }
    1.17  
    1.18 -    /// \brief Returns the potential of the node.
    1.19 +    /// \brief Returns the potential of the given node.
    1.20      ///
    1.21 -    /// Returns the potential of the node.
    1.22 +    /// Returns the potential of the given node.
    1.23      ///
    1.24      /// \pre \ref run() must be called before using this function.
    1.25      Cost potential(const Node& node) const {