Changeset 844:9bf990cb066d in lemon-0.x for src/hugo/graph_wrapper.h
- Timestamp:
- 09/13/04 22:05:13 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/graph_wrapper.h
r838 r844 1389 1389 void erase(const Edge& e) const { 1390 1390 Node n=tail(e); 1391 typename Graph::OutEdgeIt f(* graph, n);1391 typename Graph::OutEdgeIt f(*Parent::graph, n); 1392 1392 ++f; 1393 1393 first_out_edges->set(n, f);
Note: See TracChangeset
for help on using the changeset viewer.