Changeset 861:021e513a2d83 in lemon-0.x for src/hugo/graph_wrapper.h
- Timestamp:
- 09/16/04 12:59:30 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1161
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/graph_wrapper.h
r854 r861 381 381 Node(typename Graph::NodeIt(*(_gw.graph))), gw(&_gw) { 382 382 while (*static_cast<Node*>(this)!=INVALID && 383 !(*(gw-> edge_filter_map))[*this])383 !(*(gw->node_filter_map))[*this]) 384 384 *(static_cast<Node*>(this))= 385 385 ++(typename Graph::NodeIt(*(gw->graph), *this));
Note: See TracChangeset
for help on using the changeset viewer.