COIN-OR::LEMON - Graph Library

Changeset 861:021e513a2d83 in lemon-0.x for src


Ignore:
Timestamp:
09/16/04 12:59:30 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1161
Message:

bug correction in SubGraphWrapper?<Graph>::NodeIt::NodeIt?(...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/graph_wrapper.h

    r854 r861  
    381381        Node(typename Graph::NodeIt(*(_gw.graph))), gw(&_gw) {
    382382        while (*static_cast<Node*>(this)!=INVALID &&
    383                !(*(gw->edge_filter_map))[*this])
     383               !(*(gw->node_filter_map))[*this])
    384384          *(static_cast<Node*>(this))=
    385385            ++(typename Graph::NodeIt(*(gw->graph), *this));
Note: See TracChangeset for help on using the changeset viewer.