Changeset 626:0015642b0990 in lemon-0.x for src/hugo/graph_wrapper.h
- Timestamp:
- 05/12/04 16:07:00 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@816
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/graph_wrapper.h
r625 r626 642 642 public: 643 643 Edge() { } 644 Edge(const typename Graph::Edge& _e, bool _backward) : 644 ///\bug =false kell-e? zsoltnak kell az addEdge miatt 645 Edge(const typename Graph::Edge& _e, bool _backward=false) : 645 646 Graph::Edge(_e), backward(_backward) { } 646 647 Edge(const Invalid& i) : Graph::Edge(i), backward(true) { }
Note: See TracChangeset
for help on using the changeset viewer.