diff -r a3402913cffe -r f63e87b9748e lemon/maps.h --- a/lemon/maps.h Sat Apr 18 21:54:30 2009 +0200 +++ b/lemon/maps.h Tue Apr 21 10:34:49 2009 +0100 @@ -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