Changeset 356:b4dcbe3e3b8f in lemon-0.x for src
- Timestamp:
- 04/21/04 14:31:51 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@481
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/graph_wrapper.h
r344 r356 395 395 }; 396 396 397 /// A wrapper for getting an undirected graph by forgetting the orientation of a directed one. 398 399 /// A wrapper for getting an undirected graph by forgetting the orientation of a directed one. 397 /// A wrapper for forgetting the orientation of a graph. 398 399 /// A wrapper for getting an undirected graph by forgetting 400 /// the orientation of a directed one. 400 401 template<typename Graph> 401 402 class UndirGraphWrapper : public GraphWrapper<Graph> {
Note: See TracChangeset
for help on using the changeset viewer.