Changeset 984:f7538f6f4c61 in lemon-0.x
- Timestamp:
- 11/11/04 13:12:28 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1372
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/full_graph.h
r983 r984 216 216 public: 217 217 218 typedef FullGraphBase Graph;218 typedef UndirFullGraphBase Graph; 219 219 220 220 class Node; … … 223 223 public: 224 224 225 FullGraphBase() {}225 UndirFullGraphBase() {} 226 226 227 227
Note: See TracChangeset
for help on using the changeset viewer.