# HG changeset patch # User deba # Date 1147968824 0 # Node ID dbe860a83dc9c95ac46e3e97cd339ece8104c16d # Parent 5ed8ef40a483a4a4452e229bde622d3020e42053 Bug fix diff -r 5ed8ef40a483 -r dbe860a83dc9 lemon/ugraph_adaptor.h --- a/lemon/ugraph_adaptor.h Thu May 18 10:24:14 2006 +0000 +++ b/lemon/ugraph_adaptor.h Thu May 18 16:13:44 2006 +0000 @@ -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 {