Changeset 414:3fd2eec272e0 in lemon-0.x
- Timestamp:
- 04/26/04 16:25:51 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@554
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/bfs_iterator.h
r409 r414 128 128 Bfs<Graph, ReachedMap, PredMap, DistMap> operator++() { 129 129 Parent::operator++(); 130 if (this->graph->valid( actual_edge) && this->b_node_newly_reached) {130 if (this->graph->valid(this->actual_edge) && this->b_node_newly_reached) { 131 131 pred.set(s, actual_edge); 132 132 dist.set(s, dist[this->aNode()]);
Note: See TracChangeset
for help on using the changeset viewer.