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