Changeset 2045:012cd0ca3254 in lemon-0.x
- Timestamp:
- 04/13/06 19:22:17 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/path.h
r1993 r2045 229 229 230 230 ///Conversion to Graph::Node 231 operator const GraphNode&() const {231 operator GraphNode () const { 232 232 if(idx >= p->length()) 233 233 return p->target();
Note: See TracChangeset
for help on using the changeset viewer.