COIN-OR::LEMON - Graph Library

Changeset 2096:dbe860a83dc9 in lemon-0.x for lemon/ugraph_adaptor.h


Ignore:
Timestamp:
05/18/06 18:13:44 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2765
Message:

Bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/ugraph_adaptor.h

    r2087 r2096  
    902902    }
    903903
    904     /// \brief Returns the original direction in the undirected graph.
    905     ///
    906     /// Returns the original direction in the undirected graph.
    907     bool direction(const Edge& edge) const {
    908       return (*direction)[edge];
    909     }
    910 
    911904    void first(Node& i) const { graph->first(i); }
    912905    void first(Edge& i) const { graph->first(i); }
Note: See TracChangeset for help on using the changeset viewer.