Changeset 404:d888ca4e6c00 in lemon-0.x for src/work
- Timestamp:
- 04/26/04 10:03:00 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@537
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/list_graph.h
r401 r404 1127 1127 /// each other. 1128 1128 /// 1129 ///\warning Adding or deleting nodes from the graph is not safe if an 1130 ///\ref EdgeSet is currently attached to it! 1131 /// 1132 ///\todo Make it possible to add/delete edges from the base graph 1133 ///(and from \ref EdgeSet, as well) 1134 /// 1129 1135 ///\param GG The type of the graph which shares its node set with this class. 1130 1136 ///Its interface must conform with \ref GraphSkeleton.
Note: See TracChangeset
for help on using the changeset viewer.