lemon/min_cost_arborescence.h
changeset 2111 ea1fa1bc3f6d
parent 2042 bdc953f2a449
child 2151 38ec4a930c05
     1.1 --- a/lemon/min_cost_arborescence.h	Mon Jun 26 15:40:35 2006 +0000
     1.2 +++ b/lemon/min_cost_arborescence.h	Wed Jun 28 15:06:24 2006 +0000
     1.3 @@ -110,7 +110,7 @@
     1.4    /// edges. It is read once for each edge, so the map may involve in
     1.5    /// relatively time consuming process to compute the edge cost if
     1.6    /// it is necessary. The default map type is \ref
     1.7 -  /// concept::StaticGraph::EdgeMap "Graph::EdgeMap<int>".  The value
     1.8 +  /// concept::Graph::EdgeMap "Graph::EdgeMap<int>".  The value
     1.9    /// of _CostMap is not used directly by MinCostArborescence, 
    1.10    /// it is only passed to \ref MinCostArborescenceDefaultTraits.  
    1.11    /// \param _Traits Traits class to set various data types used