lemon/maps.h
changeset 584 33c6b6e755cd
parent 572 be6646ac5d89
child 617 4137ef9aacc6
     1.1 --- a/lemon/maps.h	Tue Apr 14 10:40:33 2009 +0100
     1.2 +++ b/lemon/maps.h	Wed Apr 15 02:04:37 2009 +0200
     1.3 @@ -2728,8 +2728,8 @@
     1.4  
     1.5    /// \brief Potential difference map
     1.6    ///
     1.7 -  /// PotentialMap returns the difference between the potentials of the
     1.8 -  /// source and target nodes of each arc in a digraph, i.e. it returns
     1.9 +  /// PotentialDifferenceMap returns the difference between the potentials of
    1.10 +  /// the source and target nodes of each arc in a digraph, i.e. it returns
    1.11    /// \code
    1.12    ///   potential[gr.target(arc)] - potential[gr.source(arc)].
    1.13    /// \endcode