Changeset 136:e342e66d9762 in lemon-0.x for src/work
- Timestamp:
- 02/27/04 15:20:47 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@183
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/smart_graph.h
r130 r136 77 77 78 78 SmartGraph() : nodes(), edges() { } 79 SmartGraph(const SmartGraph &_g) : nodes(_g.nodes), edges(_g.edges) { } 79 80 80 81 ~SmartGraph()
Note: See TracChangeset
for help on using the changeset viewer.