[Lemon-commits] [lemon_svn] alpar: r481 - hugo/trunk/src/work/marci
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:39:40 CET 2006
Author: alpar
Date: Wed Apr 21 14:31:51 2004
New Revision: 481
Modified:
hugo/trunk/src/work/marci/graph_wrapper.h
Log:
.
Modified: hugo/trunk/src/work/marci/graph_wrapper.h
==============================================================================
--- hugo/trunk/src/work/marci/graph_wrapper.h (original)
+++ hugo/trunk/src/work/marci/graph_wrapper.h Wed Apr 21 14:31:51 2004
@@ -394,9 +394,10 @@
bool hidden(const Edge& e) const { return (*edge_filter_map)[e]; }
};
- /// A wrapper for getting an undirected graph by forgetting the orientation of a directed one.
+ /// A wrapper for forgetting the orientation of a graph.
- /// A wrapper for getting an undirected graph by forgetting the orientation of a directed one.
+ /// A wrapper for getting an undirected graph by forgetting
+ /// the orientation of a directed one.
template<typename Graph>
class UndirGraphWrapper : public GraphWrapper<Graph> {
public:
More information about the Lemon-commits
mailing list