.
authoralpar
Wed, 21 Apr 2004 12:31:51 +0000
changeset 356b4dcbe3e3b8f
parent 355 c6ccd4b430d3
child 357 5165a1c8633e
.
src/work/marci/graph_wrapper.h
     1.1 --- a/src/work/marci/graph_wrapper.h	Wed Apr 21 08:14:44 2004 +0000
     1.2 +++ b/src/work/marci/graph_wrapper.h	Wed Apr 21 12:31:51 2004 +0000
     1.3 @@ -394,9 +394,10 @@
     1.4      bool hidden(const Edge& e) const { return (*edge_filter_map)[e]; }
     1.5    };
     1.6  
     1.7 -  /// A wrapper for getting an undirected graph by forgetting the orientation of a directed one.
     1.8 +  /// A wrapper for forgetting the orientation of a graph.
     1.9  
    1.10 -  /// A wrapper for getting an undirected graph by forgetting the orientation of a directed one.
    1.11 +  /// A wrapper for getting an undirected graph by forgetting
    1.12 +  /// the orientation of a directed one.
    1.13    template<typename Graph>
    1.14    class UndirGraphWrapper : public GraphWrapper<Graph> {
    1.15    public: