Changeset 1624:61cc647dac99 in lemon-0.x for lemon/concept/path.h
- Timestamp:
- 08/11/05 16:31:06 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2132
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concept/path.h
r1435 r1624 53 53 class EdgeIt; 54 54 55 /// \param _ GThe graph in which the path is.56 /// 57 Path(const Graph & ) {}55 /// \param _g The graph in which the path is. 56 /// 57 Path(const Graph &_g) {} 58 58 59 59 /// Length of the path. … … 182 182 Path &P; 183 183 184 ///\param _ Pthe path you want to fill in.184 ///\param _p the path you want to fill in. 185 185 /// 186 186
Note: See TracChangeset
for help on using the changeset viewer.