COIN-OR::LEMON - Graph Library

Changeset 389:770cc1f4861f in lemon-0.x for src/work/marci/bfs_iterator.h


Ignore:
Timestamp:
04/24/04 14:44:41 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@520
Message:

modifications for better compatibility with gcc 3.4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/bfs_iterator.h

    r360 r389  
    147147    bool isANodeExamined() const { return !(graph->valid(actual_edge)); }
    148148    Node aNode() const { return actual_node; /*FIXME*/}
    149     Node bNode() const { return G.bNode(actual_edge); }
     149    Node bNode() const { return graph->bNode(actual_edge); }
    150150    const ReachedMap& getReachedMap() const { return reached; }
    151151    const std::stack<OutEdgeIt>& getDfsStack() const { return dfs_stack; }
Note: See TracChangeset for help on using the changeset viewer.