COIN-OR::LEMON - Graph Library

Changeset 1981:81c8efe92706 in lemon-0.x for lemon/bits


Ignore:
Timestamp:
02/23/06 10:03:18 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2574
Message:

Little bugfixes, spellchecks and improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/graph_extender.h

    r1979 r1981  
    380380    /// If the given bool is true the given undirected edge and the
    381381    /// returned edge have the same source node.
    382     Edge direct(const UEdge &ue, bool d) const {
     382    static Edge direct(const UEdge &ue, bool d) {
    383383      return Edge(ue, d);
    384384    }
     
    389389    /// \todo reference to the corresponding point of the undirected graph
    390390    /// concept. "What does the direction of an undirected edge mean?"
    391     bool direction(const Edge &e) const { return e.forward; }
     391    static bool direction(const Edge &e) { return e.forward; }
    392392
    393393
Note: See TracChangeset for help on using the changeset viewer.