lemon/bellman_ford.h
changeset 2111 ea1fa1bc3f6d
parent 2074 c7ee2a2a3cff
child 2151 38ec4a930c05
     1.1 --- a/lemon/bellman_ford.h	Mon Jun 26 15:40:35 2006 +0000
     1.2 +++ b/lemon/bellman_ford.h	Wed Jun 28 15:06:24 2006 +0000
     1.3 @@ -164,7 +164,7 @@
     1.4    /// is \ref ListGraph. The value of _Graph is not used directly by
     1.5    /// BellmanFord, it is only passed to \ref BellmanFordDefaultTraits.
     1.6    /// \param _LengthMap This read-only EdgeMap determines the lengths of the
     1.7 -  /// edges. The default map type is \ref concept::StaticGraph::EdgeMap 
     1.8 +  /// edges. The default map type is \ref concept::Graph::EdgeMap 
     1.9    /// "Graph::EdgeMap<int>".  The value of _LengthMap is not used directly 
    1.10    /// by BellmanFord, it is only passed to \ref BellmanFordDefaultTraits.  
    1.11    /// \param _Traits Traits class to set various data types used by the