[Lemon-commits] [lemon_svn] deba: r2765 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:55:04 CET 2006
Author: deba
Date: Thu May 18 18:13:44 2006
New Revision: 2765
Modified:
hugo/trunk/lemon/ugraph_adaptor.h
Log:
Bug fix
Modified: hugo/trunk/lemon/ugraph_adaptor.h
==============================================================================
--- hugo/trunk/lemon/ugraph_adaptor.h (original)
+++ hugo/trunk/lemon/ugraph_adaptor.h Thu May 18 18:13:44 2006
@@ -901,13 +901,6 @@
direction->set(edge, !(*direction)[edge]);
}
- /// \brief Returns the original direction in the undirected graph.
- ///
- /// Returns the original direction in the undirected graph.
- bool direction(const Edge& edge) const {
- return (*direction)[edge];
- }
-
void first(Node& i) const { graph->first(i); }
void first(Edge& i) const { graph->first(i); }
void firstIn(Edge& i, const Node& n) const {
More information about the Lemon-commits
mailing list