diff -r 99a31b399b59 -r 33c6b6e755cd lemon/maps.h --- a/lemon/maps.h Tue Apr 14 10:40:33 2009 +0100 +++ b/lemon/maps.h Wed Apr 15 02:04:37 2009 +0200 @@ -2728,8 +2728,8 @@ /// \brief Potential difference map /// - /// PotentialMap returns the difference between the potentials of the - /// source and target nodes of each arc in a digraph, i.e. it returns + /// PotentialDifferenceMap returns the difference between the potentials of + /// the source and target nodes of each arc in a digraph, i.e. it returns /// \code /// potential[gr.target(arc)] - potential[gr.source(arc)]. /// \endcode