Changeset 1643:9285f3777553 in lemon-0.x for lemon/concept/path.h
- Timestamp:
- 08/18/05 15:33:49 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/concept/path.h
r1624 r1643 25 25 26 26 #include <lemon/invalid.h> 27 #include <lemon/concept_check.h> 27 28 28 29 namespace lemon { … … 55 56 /// \param _g The graph in which the path is. 56 57 /// 57 Path(const Graph &_g) {} 58 Path(const Graph &_g) { 59 ignore_unused_variable_warning(_g); 60 } 58 61 59 62 /// Length of the path.
Note: See TracChangeset
for help on using the changeset viewer.