author | alpar |
Sun, 09 May 2004 16:20:41 +0000 | |
changeset 589 | d89575370bcb |
parent 588 | 510cf257e6f2 |
child 590 | 5c1465127b79 |
1.1 --- a/src/hugo/graph_wrapper.h Sat May 08 18:03:43 2004 +0000 1.2 +++ b/src/hugo/graph_wrapper.h Sun May 09 16:20:41 2004 +0000 1.3 @@ -473,6 +473,8 @@ 1.4 1.5 /// A wrapper for getting an undirected graph by forgetting 1.6 /// the orientation of a directed one. 1.7 + /// 1.8 + ///\author Marton Makai 1.9 template<typename Graph> 1.10 class UndirGraphWrapper : public GraphWrapper<Graph> { 1.11 protected: