diff -r f2d6d3446adf -r 4137ef9aacc6 lemon/maps.h --- a/lemon/maps.h Fri Apr 24 10:15:33 2009 +0200 +++ b/lemon/maps.h Fri Apr 24 11:54:48 2009 +0200 @@ -1838,6 +1838,7 @@ public: /// The graph type of IdMap. typedef GR Graph; + typedef GR Digraph; /// The key type of IdMap (\c Node, \c Arc or \c Edge). typedef K Item; /// The key type of IdMap (\c Node, \c Arc or \c Edge). @@ -1929,6 +1930,7 @@ /// The graph type of CrossRefMap. typedef GR Graph; + typedef GR Digraph; /// The key type of CrossRefMap (\c Node, \c Arc or \c Edge). typedef K Item; /// The key type of CrossRefMap (\c Node, \c Arc or \c Edge). @@ -2132,6 +2134,7 @@ public: /// The graph type of RangeIdMap. typedef GR Graph; + typedef GR Digraph; /// The key type of RangeIdMap (\c Node, \c Arc or \c Edge). typedef K Item; /// The key type of RangeIdMap (\c Node, \c Arc or \c Edge). @@ -2494,7 +2497,8 @@ public: - /// The digraph type + /// The graph type of InDegMap + typedef GR Graph; typedef GR Digraph; /// The key type typedef typename Digraph::Node Key; @@ -2623,7 +2627,8 @@ public: - /// The digraph type + /// The graph type of OutDegMap + typedef GR Graph; typedef GR Digraph; /// The key type typedef typename Digraph::Node Key;